A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3657,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1312",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1296",
    "results": [
        {
            "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
        },
        {
            "id": 1426,
            "patient": 24385,
            "order": 17541,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1295,
            "patient": 24087,
            "order": 17037,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2755,
            "patient": 2250,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 1297,
            "patient": 24102,
            "order": 17068,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}