A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3076,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=608",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=592",
    "results": [
        {
            "id": 561,
            "patient": 22092,
            "order": 14014,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 599,
            "patient": 22217,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 715,
            "patient": 484,
            "order": 14732,
            "height": null,
            "weight": null
        },
        {
            "id": 600,
            "patient": 22218,
            "order": 14176,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 601,
            "patient": 22219,
            "order": 14177,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 718,
            "patient": 12593,
            "order": 14749,
            "height": null,
            "weight": null
        },
        {
            "id": 602,
            "patient": 8441,
            "order": 14178,
            "height": 0.0,
            "weight": 71.4
        },
        {
            "id": 603,
            "patient": 8441,
            "order": 14178,
            "height": 0.0,
            "weight": 71.4
        }
    ]
}