A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3069,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2680",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2664",
    "results": [
        {
            "id": 2532,
            "patient": 22936,
            "order": 20461,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2624,
            "patient": 17084,
            "order": 20849,
            "height": null,
            "weight": null
        },
        {
            "id": 2533,
            "patient": 26531,
            "order": 20465,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2626,
            "patient": 17084,
            "order": 20849,
            "height": null,
            "weight": null
        },
        {
            "id": 2534,
            "patient": 26532,
            "order": 20466,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2535,
            "patient": 26535,
            "order": 20468,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2536,
            "patient": 26536,
            "order": 20468,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 714,
            "patient": 22422,
            "order": 20471,
            "height": null,
            "weight": null
        }
    ]
}