A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3340,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3312",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3296",
    "results": [
        {
            "id": 3306,
            "patient": 26018,
            "order": 23521,
            "height": null,
            "weight": null
        },
        {
            "id": 3307,
            "patient": 28525,
            "order": 23522,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3308,
            "patient": 27856,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 3309,
            "patient": 28528,
            "order": 23532,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2053,
            "patient": 19287,
            "order": 23544,
            "height": null,
            "weight": null
        },
        {
            "id": 3310,
            "patient": 28537,
            "order": 23546,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3311,
            "patient": 28540,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3312,
            "patient": 28541,
            "order": 23552,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}