A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3075,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2496",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2480",
    "results": [
        {
            "id": 2621,
            "patient": 26884,
            "order": 20844,
            "height": null,
            "weight": null
        },
        {
            "id": 2623,
            "patient": 26886,
            "order": 20846,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2625,
            "patient": 17084,
            "order": 20849,
            "height": null,
            "weight": null
        },
        {
            "id": 2627,
            "patient": 26890,
            "order": 20851,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2629,
            "patient": 26894,
            "order": 20855,
            "height": null,
            "weight": null
        },
        {
            "id": 2631,
            "patient": 19494,
            "order": 20858,
            "height": null,
            "weight": null
        },
        {
            "id": 2633,
            "patient": 26909,
            "order": 20867,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2635,
            "patient": 15698,
            "order": 20876,
            "height": null,
            "weight": null
        }
    ]
}