A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3655,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=944",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=928",
    "results": [
        {
            "id": 928,
            "patient": 23185,
            "order": 15666,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 929,
            "patient": 23186,
            "order": 15671,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 930,
            "patient": 23189,
            "order": 15674,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 931,
            "patient": 12255,
            "order": 15677,
            "height": null,
            "weight": null
        },
        {
            "id": 932,
            "patient": 12255,
            "order": 15677,
            "height": null,
            "weight": null
        },
        {
            "id": 933,
            "patient": 12255,
            "order": 15677,
            "height": null,
            "weight": null
        },
        {
            "id": 934,
            "patient": 9370,
            "order": 15682,
            "height": null,
            "weight": null
        },
        {
            "id": 935,
            "patient": 9370,
            "order": 15682,
            "height": null,
            "weight": null
        }
    ]
}