A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=2944
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=2952",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2936",
    "results": [
        {
            "id": 3061,
            "patient": 28003,
            "order": 22613,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3063,
            "patient": 25506,
            "order": 22616,
            "height": null,
            "weight": null
        },
        {
            "id": 2884,
            "patient": 18259,
            "order": 22013,
            "height": null,
            "weight": null
        },
        {
            "id": 2939,
            "patient": 26092,
            "order": 22221,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2886,
            "patient": 3649,
            "order": 22014,
            "height": null,
            "weight": null
        },
        {
            "id": 2885,
            "patient": 10103,
            "order": 22014,
            "height": null,
            "weight": null
        },
        {
            "id": 2941,
            "patient": 27650,
            "order": 22223,
            "height": null,
            "weight": null
        },
        {
            "id": 2887,
            "patient": 27391,
            "order": 22019,
            "height": null,
            "weight": null
        }
    ]
}