A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2832,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2312",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2296",
    "results": [
        {
            "id": 2242,
            "patient": 25588,
            "order": 19397,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2244,
            "patient": 25602,
            "order": 19414,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2246,
            "patient": 25616,
            "order": 19434,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2248,
            "patient": 25625,
            "order": 19444,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2250,
            "patient": 25626,
            "order": 19445,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2252,
            "patient": 18187,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2254,
            "patient": 25638,
            "order": 19467,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2256,
            "patient": 1972,
            "order": 19473,
            "height": null,
            "weight": null
        }
    ]
}