A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3466,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2848",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2832",
    "results": [
        {
            "id": 2839,
            "patient": 27531,
            "order": 21775,
            "height": null,
            "weight": null
        },
        {
            "id": 2840,
            "patient": 27525,
            "order": 21776,
            "height": null,
            "weight": null
        },
        {
            "id": 2842,
            "patient": 23207,
            "order": 21801,
            "height": null,
            "weight": null
        },
        {
            "id": 2843,
            "patient": 27541,
            "order": 21804,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2938,
            "patient": 11612,
            "order": 22219,
            "height": null,
            "weight": null
        },
        {
            "id": 2940,
            "patient": 26092,
            "order": 22221,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2845,
            "patient": 27543,
            "order": 21806,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2844,
            "patient": 27542,
            "order": 21807,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}