A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3277,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=872",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=856",
    "results": [
        {
            "id": 710,
            "patient": 19450,
            "order": 14680,
            "height": null,
            "weight": null
        },
        {
            "id": 711,
            "patient": 22536,
            "order": 14680,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 785,
            "patient": 22751,
            "order": 14996,
            "height": null,
            "weight": null
        },
        {
            "id": 709,
            "patient": 22535,
            "order": 14679,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 712,
            "patient": 6154,
            "order": 14695,
            "height": null,
            "weight": null
        },
        {
            "id": 787,
            "patient": 22757,
            "order": 15005,
            "height": null,
            "weight": null
        },
        {
            "id": 713,
            "patient": 22545,
            "order": 14697,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 789,
            "patient": 22760,
            "order": 15014,
            "height": null,
            "weight": null
        }
    ]
}