A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3072,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=488",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=472",
    "results": [
        {
            "id": 325,
            "patient": 20649,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 326,
            "patient": 20649,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 327,
            "patient": 20825,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 370,
            "patient": 21160,
            "order": 12921,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 372,
            "patient": 21166,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 459,
            "patient": 15957,
            "order": 13698,
            "height": null,
            "weight": null
        },
        {
            "id": 328,
            "patient": 20828,
            "order": 12541,
            "height": null,
            "weight": null
        },
        {
            "id": 329,
            "patient": 20586,
            "order": 12541,
            "height": null,
            "weight": null
        }
    ]
}