A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3288,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1304",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1288",
    "results": [
        {
            "id": 2718,
            "patient": 27144,
            "order": 21203,
            "height": null,
            "weight": null
        },
        {
            "id": 1423,
            "patient": 24383,
            "order": 17538,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1291,
            "patient": 24082,
            "order": 17031,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1292,
            "patient": 24084,
            "order": 17033,
            "height": null,
            "weight": null
        },
        {
            "id": 1424,
            "patient": 24384,
            "order": 17539,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1293,
            "patient": 24085,
            "order": 17035,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1425,
            "patient": 23876,
            "order": 17540,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1294,
            "patient": 24086,
            "order": 17036,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}