A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3689,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3080",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3064",
    "results": [
        {
            "id": 3001,
            "patient": 27892,
            "order": 22404,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3005,
            "patient": 27900,
            "order": 22419,
            "height": null,
            "weight": null
        },
        {
            "id": 3006,
            "patient": 16690,
            "order": 22428,
            "height": null,
            "weight": null
        },
        {
            "id": 3008,
            "patient": 27910,
            "order": 22440,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3010,
            "patient": 27916,
            "order": 22449,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3012,
            "patient": 27171,
            "order": 22451,
            "height": null,
            "weight": null
        },
        {
            "id": 3014,
            "patient": 27919,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3016,
            "patient": 27923,
            "order": 22460,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}