A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3453,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3408",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3392",
    "results": [
        {
            "id": 3335,
            "patient": 28597,
            "order": 23644,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3336,
            "patient": 28598,
            "order": 23645,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1922,
            "patient": 22591,
            "order": 24026,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3337,
            "patient": 28601,
            "order": 23649,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3338,
            "patient": 28602,
            "order": 23653,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3427,
            "patient": 28835,
            "order": 24027,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3339,
            "patient": 28606,
            "order": 23659,
            "height": null,
            "weight": null
        },
        {
            "id": 3340,
            "patient": 28606,
            "order": 23659,
            "height": null,
            "weight": null
        }
    ]
}