A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2850,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1608",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1592",
    "results": [
        {
            "id": 1492,
            "patient": 24474,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 1493,
            "patient": 24477,
            "order": 17711,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1494,
            "patient": 24478,
            "order": 17713,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1495,
            "patient": 24479,
            "order": 17714,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1496,
            "patient": 24480,
            "order": 17716,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1497,
            "patient": 24481,
            "order": 17718,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1498,
            "patient": 24482,
            "order": 17719,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1499,
            "patient": 24483,
            "order": 17720,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}