A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1024
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=1032",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1016",
    "results": [
        {
            "id": 1221,
            "patient": 23923,
            "order": 16801,
            "height": null,
            "weight": null
        },
        {
            "id": 1016,
            "patient": 23409,
            "order": 16097,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1017,
            "patient": 23409,
            "order": 16097,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1032,
            "patient": 23439,
            "order": 16151,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1018,
            "patient": 23410,
            "order": 16098,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1019,
            "patient": 23415,
            "order": 16102,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2936,
            "patient": 27663,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1020,
            "patient": 23416,
            "order": 16111,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}