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": 3655,
    "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": 1009,
            "patient": 23401,
            "order": 16081,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1010,
            "patient": 23402,
            "order": 16079,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1011,
            "patient": 23404,
            "order": 16090,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "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
        }
    ]
}