A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3298,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1448",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1432",
    "results": [
        {
            "id": 1434,
            "patient": 24403,
            "order": 17577,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1648,
            "patient": 24676,
            "order": 18056,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1435,
            "patient": 24404,
            "order": 17579,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1436,
            "patient": 24406,
            "order": 17586,
            "height": null,
            "weight": null
        },
        {
            "id": 1437,
            "patient": 24406,
            "order": 17586,
            "height": null,
            "weight": null
        },
        {
            "id": 1649,
            "patient": 24679,
            "order": 18061,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1651,
            "patient": 24682,
            "order": 18064,
            "height": null,
            "weight": null
        },
        {
            "id": 1438,
            "patient": 24410,
            "order": 17594,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}