A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2840,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2128",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2112",
    "results": [
        {
            "id": 2353,
            "patient": 26002,
            "order": 19863,
            "height": null,
            "weight": null
        },
        {
            "id": 2354,
            "patient": 26010,
            "order": 19869,
            "height": null,
            "weight": null
        },
        {
            "id": 2356,
            "patient": 18270,
            "order": 19879,
            "height": null,
            "weight": null
        },
        {
            "id": 2358,
            "patient": 26028,
            "order": 19889,
            "height": null,
            "weight": null
        },
        {
            "id": 2360,
            "patient": 26030,
            "order": 19894,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2362,
            "patient": 24071,
            "order": 19896,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2365,
            "patient": 22922,
            "order": 19920,
            "height": null,
            "weight": null
        },
        {
            "id": 2204,
            "patient": 8829,
            "order": 19320,
            "height": null,
            "weight": null
        }
    ]
}