A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2846,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1736",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1720",
    "results": [
        {
            "id": 1650,
            "patient": 24680,
            "order": 18062,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1610,
            "patient": 21948,
            "order": 17962,
            "height": null,
            "weight": null
        },
        {
            "id": 1609,
            "patient": 21948,
            "order": 17962,
            "height": null,
            "weight": null
        },
        {
            "id": 1653,
            "patient": 1455,
            "order": 18065,
            "height": null,
            "weight": null
        },
        {
            "id": 1611,
            "patient": 21947,
            "order": 17963,
            "height": null,
            "weight": null
        },
        {
            "id": 1612,
            "patient": 16537,
            "order": 17964,
            "height": null,
            "weight": null
        },
        {
            "id": 1657,
            "patient": 12237,
            "order": 18071,
            "height": null,
            "weight": null
        },
        {
            "id": 1613,
            "patient": 16535,
            "order": 17966,
            "height": null,
            "weight": null
        }
    ]
}