A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3065,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=224",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=208",
    "results": [
        {
            "id": 205,
            "patient": 20294,
            "order": 11883,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 206,
            "patient": 20296,
            "order": 11885,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 207,
            "patient": 20300,
            "order": 11888,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 208,
            "patient": 18936,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 271,
            "patient": 20681,
            "order": 12341,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 209,
            "patient": 15241,
            "order": 11899,
            "height": null,
            "weight": null
        },
        {
            "id": 272,
            "patient": 20681,
            "order": 12341,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 210,
            "patient": 19707,
            "order": 11908,
            "height": null,
            "weight": null
        }
    ]
}