A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3296,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1480",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1464",
    "results": [
        {
            "id": 1454,
            "patient": 24433,
            "order": 17637,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1667,
            "patient": 24704,
            "order": 18094,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1456,
            "patient": 24436,
            "order": 17639,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1455,
            "patient": 24434,
            "order": 17636,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1668,
            "patient": 417,
            "order": 18096,
            "height": null,
            "weight": null
        },
        {
            "id": 1745,
            "patient": 24707,
            "order": 19991,
            "height": null,
            "weight": null
        },
        {
            "id": 1457,
            "patient": 24438,
            "order": 17644,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1458,
            "patient": 24438,
            "order": 17644,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}