A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3296,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1488",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1472",
    "results": [
        {
            "id": 1671,
            "patient": 24708,
            "order": 18101,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1459,
            "patient": 24439,
            "order": 17645,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1460,
            "patient": 24439,
            "order": 17645,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1673,
            "patient": 24710,
            "order": 18103,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1675,
            "patient": 24712,
            "order": 18105,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1677,
            "patient": 24713,
            "order": 18106,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1679,
            "patient": 24716,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1681,
            "patient": 24718,
            "order": 18111,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}