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": 3287,
    "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": 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
        },
        {
            "id": 1241,
            "patient": 23954,
            "order": 16842,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1196,
            "patient": 23865,
            "order": 16698,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1197,
            "patient": 23868,
            "order": 16707,
            "height": null,
            "weight": null
        },
        {
            "id": 1242,
            "patient": 23956,
            "order": 16854,
            "height": null,
            "weight": null
        }
    ]
}