A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3702,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3192",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3176",
    "results": [
        {
            "id": 3182,
            "patient": 23739,
            "order": 23054,
            "height": null,
            "weight": null
        },
        {
            "id": 3181,
            "patient": 23739,
            "order": 23054,
            "height": null,
            "weight": null
        },
        {
            "id": 3184,
            "patient": 28262,
            "order": 23056,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3185,
            "patient": 28256,
            "order": 23057,
            "height": null,
            "weight": null
        },
        {
            "id": 3186,
            "patient": 22535,
            "order": 23058,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3187,
            "patient": 28265,
            "order": 23062,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3188,
            "patient": 23353,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3189,
            "patient": 23353,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}