A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3500,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1464",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1448",
    "results": [
        {
            "id": 1740,
            "patient": 24824,
            "order": 18240,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1444,
            "patient": 24423,
            "order": 17622,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1654,
            "patient": 24686,
            "order": 18068,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1655,
            "patient": 12237,
            "order": 18071,
            "height": null,
            "weight": null
        },
        {
            "id": 1445,
            "patient": 24424,
            "order": 17623,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1446,
            "patient": 24424,
            "order": 17623,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1447,
            "patient": 24424,
            "order": 17623,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1658,
            "patient": 24688,
            "order": 18075,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}