A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3071,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=480",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=464",
    "results": [
        {
            "id": 319,
            "patient": 584,
            "order": 12517,
            "height": null,
            "weight": null
        },
        {
            "id": 368,
            "patient": 19715,
            "order": 12914,
            "height": null,
            "weight": null
        },
        {
            "id": 457,
            "patient": 15957,
            "order": 13698,
            "height": null,
            "weight": null
        },
        {
            "id": 321,
            "patient": 20810,
            "order": 12520,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 320,
            "patient": 20809,
            "order": 12520,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 322,
            "patient": 20816,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 323,
            "patient": 20803,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 324,
            "patient": 20821,
            "order": 12519,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}