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": 3288,
    "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": 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
        },
        {
            "id": 1296,
            "patient": 24100,
            "order": 17065,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1298,
            "patient": 24109,
            "order": 16984,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1299,
            "patient": 24110,
            "order": 17073,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1300,
            "patient": 24083,
            "order": 17076,
            "height": null,
            "weight": null
        }
    ]
}