A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3280,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1024",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1008",
    "results": [
        {
            "id": 1012,
            "patient": 23405,
            "order": 16092,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1013,
            "patient": 23406,
            "order": 16093,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1014,
            "patient": 23407,
            "order": 16095,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1015,
            "patient": 23408,
            "order": 16096,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1220,
            "patient": 23923,
            "order": 16801,
            "height": null,
            "weight": null
        },
        {
            "id": 1221,
            "patient": 23923,
            "order": 16801,
            "height": null,
            "weight": null
        },
        {
            "id": 1016,
            "patient": 23409,
            "order": 16097,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1017,
            "patient": 23409,
            "order": 16097,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}