A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=520
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=528",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=512",
    "results": [
        {
            "id": 468,
            "patient": 20157,
            "order": 13761,
            "height": null,
            "weight": null
        },
        {
            "id": 392,
            "patient": 21487,
            "order": 13254,
            "height": null,
            "weight": null
        },
        {
            "id": 349,
            "patient": 20912,
            "order": 12760,
            "height": null,
            "weight": null
        },
        {
            "id": 350,
            "patient": 20938,
            "order": 12761,
            "height": null,
            "weight": null
        },
        {
            "id": 351,
            "patient": 20991,
            "order": 12815,
            "height": null,
            "weight": null
        },
        {
            "id": 394,
            "patient": 21713,
            "order": 13478,
            "height": null,
            "weight": null
        },
        {
            "id": 470,
            "patient": 21907,
            "order": 13772,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 353,
            "patient": 20937,
            "order": 12823,
            "height": null,
            "weight": null
        }
    ]
}