A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3068,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=368",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=352",
    "results": [
        {
            "id": 469,
            "patient": 21906,
            "order": 13771,
            "height": null,
            "weight": null
        },
        {
            "id": 581,
            "patient": 22154,
            "order": 14079,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 424,
            "patient": 21806,
            "order": 13612,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 426,
            "patient": 1693,
            "order": 13626,
            "height": null,
            "weight": null
        },
        {
            "id": 471,
            "patient": 16630,
            "order": 13775,
            "height": null,
            "weight": null
        },
        {
            "id": 428,
            "patient": 2691,
            "order": 13629,
            "height": null,
            "weight": null
        },
        {
            "id": 473,
            "patient": 16630,
            "order": 13775,
            "height": null,
            "weight": null
        },
        {
            "id": 430,
            "patient": 21829,
            "order": 13640,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}