A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3666,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1640",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1624",
    "results": [
        {
            "id": 1520,
            "patient": 24511,
            "order": 17779,
            "height": null,
            "weight": null
        },
        {
            "id": 1521,
            "patient": 24512,
            "order": 17764,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1522,
            "patient": 24514,
            "order": 17782,
            "height": null,
            "weight": null
        },
        {
            "id": 1523,
            "patient": 24514,
            "order": 17782,
            "height": null,
            "weight": null
        },
        {
            "id": 1524,
            "patient": 24516,
            "order": 17785,
            "height": null,
            "weight": null
        },
        {
            "id": 1525,
            "patient": 24517,
            "order": 17786,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1526,
            "patient": 24521,
            "order": 17792,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1527,
            "patient": 24522,
            "order": 17793,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}