A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3061,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=112",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=96",
    "results": [
        {
            "id": 107,
            "patient": 4171,
            "order": 11549,
            "height": null,
            "weight": null
        },
        {
            "id": 47,
            "patient": 2208,
            "order": 15319,
            "height": null,
            "weight": null
        },
        {
            "id": 108,
            "patient": 11885,
            "order": 11562,
            "height": null,
            "weight": null
        },
        {
            "id": 109,
            "patient": 11885,
            "order": 11562,
            "height": null,
            "weight": null
        },
        {
            "id": 2257,
            "patient": 25644,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 110,
            "patient": 20075,
            "order": 11564,
            "height": null,
            "weight": null
        },
        {
            "id": 34,
            "patient": 19841,
            "order": 14115,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 111,
            "patient": 20076,
            "order": 11566,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}