A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3063,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=136",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=120",
    "results": [
        {
            "id": 126,
            "patient": 20112,
            "order": 11624,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2651,
            "patient": 26795,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 127,
            "patient": 19483,
            "order": 11631,
            "height": null,
            "weight": null
        },
        {
            "id": 128,
            "patient": 20124,
            "order": 11637,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 129,
            "patient": 20126,
            "order": 11639,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 130,
            "patient": 11658,
            "order": 11640,
            "height": null,
            "weight": null
        },
        {
            "id": 131,
            "patient": 20116,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 132,
            "patient": 12076,
            "order": 11646,
            "height": null,
            "weight": null
        }
    ]
}