A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3291,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1352",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1336",
    "results": [
        {
            "id": 1333,
            "patient": 21420,
            "order": 17244,
            "height": null,
            "weight": null
        },
        {
            "id": 1334,
            "patient": 24171,
            "order": 17243,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1335,
            "patient": 24172,
            "order": 17249,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1336,
            "patient": 24178,
            "order": 17234,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1337,
            "patient": 24179,
            "order": 17257,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1338,
            "patient": 24184,
            "order": 17268,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1339,
            "patient": 24189,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1340,
            "patient": 24191,
            "order": 17281,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}