A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3074,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=504",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=488",
    "results": [
        {
            "id": 334,
            "patient": 20089,
            "order": 12548,
            "height": null,
            "weight": null
        },
        {
            "id": 378,
            "patient": 21338,
            "order": 13108,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 335,
            "patient": 781,
            "order": 12551,
            "height": null,
            "weight": null
        },
        {
            "id": 464,
            "patient": 394,
            "order": 13741,
            "height": null,
            "weight": null
        },
        {
            "id": 336,
            "patient": 13666,
            "order": 12557,
            "height": null,
            "weight": null
        },
        {
            "id": 337,
            "patient": 3649,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 380,
            "patient": 532,
            "order": 13182,
            "height": null,
            "weight": null
        },
        {
            "id": 338,
            "patient": 20875,
            "order": 12580,
            "height": null,
            "weight": null
        }
    ]
}