A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3657,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1224",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1208",
    "results": [
        {
            "id": 1238,
            "patient": 23941,
            "order": 16831,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1191,
            "patient": 23855,
            "order": 16681,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1239,
            "patient": 22235,
            "order": 16832,
            "height": null,
            "weight": null
        },
        {
            "id": 1192,
            "patient": 23856,
            "order": 16682,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1193,
            "patient": 23857,
            "order": 16683,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1194,
            "patient": 23860,
            "order": 16671,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1240,
            "patient": 23943,
            "order": 16838,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1195,
            "patient": 23862,
            "order": 16692,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}