A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=192
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=200",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=184",
    "results": [
        {
            "id": 265,
            "patient": 20649,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 171,
            "patient": 20221,
            "order": 11780,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 193,
            "patient": 20267,
            "order": 11847,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 172,
            "patient": 20222,
            "order": 11781,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 173,
            "patient": 16651,
            "order": 11787,
            "height": null,
            "weight": null
        },
        {
            "id": 194,
            "patient": 20272,
            "order": 11855,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 195,
            "patient": 19906,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 174,
            "patient": 20226,
            "order": 11791,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}