A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3065,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=248",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=232",
    "results": [
        {
            "id": 220,
            "patient": 20339,
            "order": 11952,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 219,
            "patient": 20339,
            "order": 11952,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 221,
            "patient": 20341,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 222,
            "patient": 20341,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 223,
            "patient": 20341,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 224,
            "patient": 20342,
            "order": 11945,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 225,
            "patient": 20344,
            "order": 11956,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 226,
            "patient": 19248,
            "order": 11964,
            "height": null,
            "weight": null
        }
    ]
}