A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3071,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=456",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=440",
    "results": [
        {
            "id": 570,
            "patient": 22114,
            "order": 14037,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 573,
            "patient": 22116,
            "order": 14039,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 307,
            "patient": 1112,
            "order": 12489,
            "height": null,
            "weight": null
        },
        {
            "id": 202,
            "patient": 8441,
            "order": 12490,
            "height": 0.0,
            "weight": 71.4
        },
        {
            "id": 356,
            "patient": 20702,
            "order": 12886,
            "height": null,
            "weight": null
        },
        {
            "id": 308,
            "patient": 4319,
            "order": 12497,
            "height": null,
            "weight": null
        },
        {
            "id": 455,
            "patient": 16498,
            "order": 13693,
            "height": null,
            "weight": null
        },
        {
            "id": 309,
            "patient": 20793,
            "order": 12498,
            "height": null,
            "weight": null
        }
    ]
}