A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3067,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=344",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=328",
    "results": [
        {
            "id": 391,
            "patient": 13820,
            "order": 13209,
            "height": null,
            "weight": null
        },
        {
            "id": 590,
            "patient": 22192,
            "order": 19148,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 395,
            "patient": 21713,
            "order": 13478,
            "height": null,
            "weight": null
        },
        {
            "id": 462,
            "patient": 21883,
            "order": 13714,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 398,
            "patient": 21718,
            "order": 13491,
            "height": null,
            "weight": null
        },
        {
            "id": 577,
            "patient": 22135,
            "order": 14060,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 400,
            "patient": 21723,
            "order": 13499,
            "height": null,
            "weight": null
        },
        {
            "id": 463,
            "patient": 394,
            "order": 13741,
            "height": null,
            "weight": null
        }
    ]
}