A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3703,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3328",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3312",
    "results": [
        {
            "id": 3450,
            "patient": 28903,
            "order": 24135,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3452,
            "patient": 28904,
            "order": 24139,
            "height": null,
            "weight": null
        },
        {
            "id": 3454,
            "patient": 28915,
            "order": 24164,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3456,
            "patient": 28916,
            "order": 24168,
            "height": null,
            "weight": null
        },
        {
            "id": 3458,
            "patient": 28923,
            "order": 24181,
            "height": null,
            "weight": null
        },
        {
            "id": 3460,
            "patient": 28924,
            "order": 24185,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3462,
            "patient": 28928,
            "order": 24190,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3464,
            "patient": 28933,
            "order": 24197,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}