A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2825,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2496",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2480",
    "results": [
        {
            "id": 2615,
            "patient": 26407,
            "order": 20825,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2617,
            "patient": 26875,
            "order": 20835,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2619,
            "patient": 15876,
            "order": 20841,
            "height": null,
            "weight": null
        },
        {
            "id": 2621,
            "patient": 26884,
            "order": 20844,
            "height": null,
            "weight": null
        },
        {
            "id": 2623,
            "patient": 26886,
            "order": 20846,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2625,
            "patient": 17084,
            "order": 20849,
            "height": null,
            "weight": null
        },
        {
            "id": 2627,
            "patient": 26890,
            "order": 20851,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2629,
            "patient": 26894,
            "order": 20855,
            "height": null,
            "weight": null
        }
    ]
}