A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=2568
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=2576",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2560",
    "results": [
        {
            "id": 252,
            "patient": 20101,
            "order": 20200,
            "height": null,
            "weight": null
        },
        {
            "id": 2556,
            "patient": 26666,
            "order": 20578,
            "height": null,
            "weight": null
        },
        {
            "id": 2465,
            "patient": 15457,
            "order": 20201,
            "height": null,
            "weight": null
        },
        {
            "id": 2466,
            "patient": 15457,
            "order": 20201,
            "height": null,
            "weight": null
        },
        {
            "id": 2558,
            "patient": 26090,
            "order": 20593,
            "height": null,
            "weight": null
        },
        {
            "id": 2467,
            "patient": 14468,
            "order": 20204,
            "height": null,
            "weight": null
        },
        {
            "id": 2468,
            "patient": 14468,
            "order": 20204,
            "height": null,
            "weight": null
        },
        {
            "id": 2470,
            "patient": 25666,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}