A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2841,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2040",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2024",
    "results": [
        {
            "id": 2013,
            "patient": 22274,
            "order": 18843,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2014,
            "patient": 25236,
            "order": 18843,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2015,
            "patient": 622,
            "order": 18844,
            "height": null,
            "weight": null
        },
        {
            "id": 2016,
            "patient": 25237,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2237,
            "patient": 25577,
            "order": 19378,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2017,
            "patient": 25241,
            "order": 18847,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2239,
            "patient": 975,
            "order": 19389,
            "height": null,
            "weight": null
        },
        {
            "id": 2019,
            "patient": 25242,
            "order": 18849,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}