A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3074,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=552",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=536",
    "results": [
        {
            "id": 419,
            "patient": 21790,
            "order": 13598,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 480,
            "patient": 12329,
            "order": 13785,
            "height": null,
            "weight": null
        },
        {
            "id": 421,
            "patient": 15857,
            "order": 13607,
            "height": null,
            "weight": null
        },
        {
            "id": 482,
            "patient": 12329,
            "order": 13785,
            "height": null,
            "weight": null
        },
        {
            "id": 423,
            "patient": 21806,
            "order": 13612,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 425,
            "patient": 21811,
            "order": 13622,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 484,
            "patient": 21924,
            "order": 13786,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 427,
            "patient": 21815,
            "order": 13626,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}