A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3061,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=96",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=80",
    "results": [
        {
            "id": 67,
            "patient": 16244,
            "order": 11349,
            "height": null,
            "weight": null
        },
        {
            "id": 98,
            "patient": 16092,
            "order": 11503,
            "height": null,
            "weight": null
        },
        {
            "id": 68,
            "patient": 13169,
            "order": 11370,
            "height": null,
            "weight": null
        },
        {
            "id": 69,
            "patient": 16489,
            "order": 11372,
            "height": null,
            "weight": null
        },
        {
            "id": 99,
            "patient": 19954,
            "order": 11505,
            "height": null,
            "weight": null
        },
        {
            "id": 70,
            "patient": 4352,
            "order": 11375,
            "height": null,
            "weight": null
        },
        {
            "id": 71,
            "patient": 18820,
            "order": 11378,
            "height": null,
            "weight": null
        },
        {
            "id": 101,
            "patient": 20039,
            "order": 11521,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}