A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1664
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=1672",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1656",
    "results": [
        {
            "id": 1552,
            "patient": 24556,
            "order": 17857,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1554,
            "patient": 16495,
            "order": 17864,
            "height": null,
            "weight": null
        },
        {
            "id": 1555,
            "patient": 16494,
            "order": 17865,
            "height": null,
            "weight": null
        },
        {
            "id": 1556,
            "patient": 16517,
            "order": 17866,
            "height": null,
            "weight": null
        },
        {
            "id": 1557,
            "patient": 21870,
            "order": 17867,
            "height": null,
            "weight": null
        },
        {
            "id": 1558,
            "patient": 24559,
            "order": 17868,
            "height": null,
            "weight": null
        },
        {
            "id": 1559,
            "patient": 16510,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 1560,
            "patient": 16510,
            "order": null,
            "height": null,
            "weight": null
        }
    ]
}