A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3498,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1384",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1368",
    "results": [
        {
            "id": 1363,
            "patient": 24248,
            "order": 17359,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1365,
            "patient": 24250,
            "order": 17363,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1366,
            "patient": 24253,
            "order": 17370,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1367,
            "patient": 24254,
            "order": 17371,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1369,
            "patient": 24258,
            "order": 17372,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1370,
            "patient": 24259,
            "order": 17379,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1371,
            "patient": 24266,
            "order": 17386,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1375,
            "patient": 24269,
            "order": 17389,
            "height": null,
            "weight": null
        }
    ]
}