A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=2928
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3465,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2936",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2920",
    "results": [
        {
            "id": 3023,
            "patient": 27940,
            "order": 22484,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3025,
            "patient": 27941,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3027,
            "patient": 27944,
            "order": 22496,
            "height": null,
            "weight": null
        },
        {
            "id": 1933,
            "patient": 25095,
            "order": 22504,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3030,
            "patient": 27950,
            "order": 22507,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3032,
            "patient": 27957,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3034,
            "patient": 27959,
            "order": 22518,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3036,
            "patient": 27962,
            "order": 22532,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}