A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3293,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1736",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1720",
    "results": [
        {
            "id": 1653,
            "patient": 1455,
            "order": 18065,
            "height": null,
            "weight": null
        },
        {
            "id": 1611,
            "patient": 21947,
            "order": 17963,
            "height": null,
            "weight": null
        },
        {
            "id": 1612,
            "patient": 16537,
            "order": 17964,
            "height": null,
            "weight": null
        },
        {
            "id": 1657,
            "patient": 12237,
            "order": 18071,
            "height": null,
            "weight": null
        },
        {
            "id": 1613,
            "patient": 16535,
            "order": 17966,
            "height": null,
            "weight": null
        },
        {
            "id": 1605,
            "patient": 22732,
            "order": 17952,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1656,
            "patient": 12237,
            "order": 18071,
            "height": null,
            "weight": null
        },
        {
            "id": 1659,
            "patient": 24691,
            "order": 18078,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}