A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=232
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=240",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=224",
    "results": [
        {
            "id": 215,
            "patient": 20331,
            "order": 11936,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 275,
            "patient": 20687,
            "order": 12348,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 216,
            "patient": 20335,
            "order": 11943,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 258,
            "patient": 18278,
            "order": 12349,
            "height": null,
            "weight": null
        },
        {
            "id": 217,
            "patient": 19448,
            "order": 11944,
            "height": null,
            "weight": null
        },
        {
            "id": 276,
            "patient": 20692,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 218,
            "patient": 20336,
            "order": 11948,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 277,
            "patient": 20696,
            "order": 12370,
            "height": null,
            "weight": null
        }
    ]
}