A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3069,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=376",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=360",
    "results": [
        {
            "id": 582,
            "patient": 22160,
            "order": 14085,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 475,
            "patient": 21909,
            "order": 13776,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 432,
            "patient": 16611,
            "order": 13645,
            "height": null,
            "weight": null
        },
        {
            "id": 1374,
            "patient": 4133,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 436,
            "patient": 417,
            "order": 13646,
            "height": null,
            "weight": null
        },
        {
            "id": 477,
            "patient": 21914,
            "order": 13780,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 583,
            "patient": 22164,
            "order": 14089,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 434,
            "patient": 16611,
            "order": 13645,
            "height": null,
            "weight": null
        }
    ]
}