A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3275,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=768",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=752",
    "results": [
        {
            "id": 728,
            "patient": 20231,
            "order": 14779,
            "height": null,
            "weight": null
        },
        {
            "id": 633,
            "patient": 21957,
            "order": 14310,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 634,
            "patient": 19492,
            "order": 14317,
            "height": null,
            "weight": null
        },
        {
            "id": 635,
            "patient": 18471,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 636,
            "patient": 18471,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 729,
            "patient": 22590,
            "order": 14780,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 637,
            "patient": 22314,
            "order": 14324,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 638,
            "patient": 21338,
            "order": 14337,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}