A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2820,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2592",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2576",
    "results": [
        {
            "id": 2473,
            "patient": 23929,
            "order": 20228,
            "height": null,
            "weight": null
        },
        {
            "id": 2566,
            "patient": 17984,
            "order": 20620,
            "height": null,
            "weight": null
        },
        {
            "id": 2476,
            "patient": 26349,
            "order": 20230,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2568,
            "patient": 26701,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2477,
            "patient": 17984,
            "order": 20235,
            "height": null,
            "weight": null
        },
        {
            "id": 2570,
            "patient": 26268,
            "order": 20641,
            "height": null,
            "weight": null
        },
        {
            "id": 2478,
            "patient": 26356,
            "order": 20239,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2479,
            "patient": 14604,
            "order": 20240,
            "height": null,
            "weight": null
        }
    ]
}