A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2831,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2376",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2360",
    "results": [
        {
            "id": 2369,
            "patient": 26052,
            "order": 19922,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2370,
            "patient": 4097,
            "order": 19925,
            "height": null,
            "weight": null
        },
        {
            "id": 2371,
            "patient": 26060,
            "order": 19931,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2372,
            "patient": 26061,
            "order": 19932,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2373,
            "patient": 26058,
            "order": 19937,
            "height": null,
            "weight": null
        },
        {
            "id": 2374,
            "patient": 26066,
            "order": 19942,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2375,
            "patient": 26070,
            "order": 19946,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2376,
            "patient": 19978,
            "order": 19949,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}