A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3643,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=816",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=800",
    "results": [
        {
            "id": 665,
            "patient": 22393,
            "order": 14462,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 753,
            "patient": 18135,
            "order": 14871,
            "height": null,
            "weight": null
        },
        {
            "id": 666,
            "patient": 22399,
            "order": 14473,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 667,
            "patient": 22399,
            "order": 14473,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 668,
            "patient": 1317,
            "order": 14474,
            "height": null,
            "weight": null
        },
        {
            "id": 669,
            "patient": 17813,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 755,
            "patient": 22655,
            "order": 14877,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 670,
            "patient": 22407,
            "order": 14478,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}