A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3061,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=104",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=88",
    "results": [
        {
            "id": 102,
            "patient": 20042,
            "order": 11524,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 103,
            "patient": 20047,
            "order": 11529,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 962,
            "patient": 141,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 104,
            "patient": 20053,
            "order": 11540,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 177,
            "patient": 3672,
            "order": 11799,
            "height": null,
            "weight": null
        },
        {
            "id": 106,
            "patient": 20058,
            "order": 11547,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 105,
            "patient": 20058,
            "order": 11547,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 756,
            "patient": 14149,
            "order": null,
            "height": null,
            "weight": null
        }
    ]
}