A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1208
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=1216",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1200",
    "results": [
        {
            "id": 1189,
            "patient": 22621,
            "order": 16675,
            "height": null,
            "weight": null
        },
        {
            "id": 1185,
            "patient": 23841,
            "order": 16654,
            "height": null,
            "weight": null
        },
        {
            "id": 1237,
            "patient": 23264,
            "order": 16831,
            "height": null,
            "weight": null
        },
        {
            "id": 1190,
            "patient": 23854,
            "order": 16680,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "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
        }
    ]
}