A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3666,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1680",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1664",
    "results": [
        {
            "id": 1509,
            "patient": 14983,
            "order": 17752,
            "height": null,
            "weight": null
        },
        {
            "id": 1561,
            "patient": 16500,
            "order": 17870,
            "height": null,
            "weight": null
        },
        {
            "id": 1562,
            "patient": 16520,
            "order": 17871,
            "height": null,
            "weight": null
        },
        {
            "id": 1563,
            "patient": 16521,
            "order": 17872,
            "height": null,
            "weight": null
        },
        {
            "id": 1564,
            "patient": 16504,
            "order": 17873,
            "height": null,
            "weight": null
        },
        {
            "id": 1565,
            "patient": 16514,
            "order": 17875,
            "height": null,
            "weight": null
        },
        {
            "id": 1566,
            "patient": 24563,
            "order": 17879,
            "height": null,
            "weight": null
        },
        {
            "id": 1567,
            "patient": 16500,
            "order": 17886,
            "height": null,
            "weight": null
        }
    ]
}