A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1120
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=1128",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1112",
    "results": [
        {
            "id": 1113,
            "patient": 23655,
            "order": 16422,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1114,
            "patient": 23657,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1115,
            "patient": 21729,
            "order": 16427,
            "height": null,
            "weight": null
        },
        {
            "id": 1116,
            "patient": 23665,
            "order": 16443,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1117,
            "patient": 23667,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1118,
            "patient": 23668,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1119,
            "patient": 23670,
            "order": 16447,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1120,
            "patient": 23671,
            "order": 16448,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}