A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=2040
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=2048",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2032",
    "results": [
        {
            "id": 2018,
            "patient": 25242,
            "order": 18849,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2241,
            "patient": 25586,
            "order": 19390,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2020,
            "patient": 25243,
            "order": 18850,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2021,
            "patient": 25246,
            "order": 18852,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2022,
            "patient": 25247,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2023,
            "patient": 25246,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2243,
            "patient": 25593,
            "order": 19404,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2024,
            "patient": 25248,
            "order": 18853,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}