A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3065,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=216",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=200",
    "results": [
        {
            "id": 199,
            "patient": 8441,
            "order": 11872,
            "height": 148.5,
            "weight": 60.1
        },
        {
            "id": 1373,
            "patient": 4133,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 200,
            "patient": 14640,
            "order": 11872,
            "height": 163.0,
            "weight": 71.4
        },
        {
            "id": 269,
            "patient": 20656,
            "order": 12316,
            "height": null,
            "weight": null
        },
        {
            "id": 203,
            "patient": 20284,
            "order": 11874,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1111,
            "patient": 23647,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 270,
            "patient": 20680,
            "order": 12340,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 204,
            "patient": 20294,
            "order": 11883,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}