A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3074,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=560",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=544",
    "results": [
        {
            "id": 486,
            "patient": 21926,
            "order": 13789,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 431,
            "patient": 16835,
            "order": 13644,
            "height": null,
            "weight": null
        },
        {
            "id": 433,
            "patient": 16611,
            "order": 13645,
            "height": null,
            "weight": null
        },
        {
            "id": 488,
            "patient": 21928,
            "order": 13791,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 435,
            "patient": 417,
            "order": 13646,
            "height": null,
            "weight": null
        },
        {
            "id": 437,
            "patient": 1908,
            "order": 13650,
            "height": null,
            "weight": null
        },
        {
            "id": 439,
            "patient": 21836,
            "order": 13651,
            "height": null,
            "weight": null
        },
        {
            "id": 441,
            "patient": 14771,
            "order": null,
            "height": null,
            "weight": null
        }
    ]
}