A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3655,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1064",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1048",
    "results": [
        {
            "id": 1046,
            "patient": 23477,
            "order": 16195,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1047,
            "patient": 23480,
            "order": 16200,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1048,
            "patient": 23484,
            "order": 16203,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 509,
            "patient": 15201,
            "order": 16204,
            "height": null,
            "weight": null
        },
        {
            "id": 1049,
            "patient": 23486,
            "order": 16208,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1050,
            "patient": 23478,
            "order": 16217,
            "height": null,
            "weight": null
        },
        {
            "id": 1051,
            "patient": 23493,
            "order": 16219,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1052,
            "patient": 4410,
            "order": 16224,
            "height": null,
            "weight": null
        }
    ]
}