A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=384
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=392",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=376",
    "results": [
        {
            "id": 584,
            "patient": 22165,
            "order": 14090,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 450,
            "patient": 21862,
            "order": 13684,
            "height": null,
            "weight": null
        },
        {
            "id": 485,
            "patient": 21925,
            "order": 13788,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 452,
            "patient": 21872,
            "order": 13692,
            "height": null,
            "weight": null
        },
        {
            "id": 487,
            "patient": 21927,
            "order": 13790,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 585,
            "patient": 22181,
            "order": 14106,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 489,
            "patient": 21929,
            "order": 13792,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 491,
            "patient": 21936,
            "order": 13801,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}