A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3683,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2616",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2600",
    "results": [
        {
            "id": 2487,
            "patient": 22510,
            "order": 20304,
            "height": null,
            "weight": null
        },
        {
            "id": 1091,
            "patient": 23611,
            "order": 20459,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2488,
            "patient": 26405,
            "order": 20311,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2489,
            "patient": 26407,
            "order": 20313,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2583,
            "patient": 26770,
            "order": 20693,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2490,
            "patient": 26411,
            "order": 20315,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2491,
            "patient": 26413,
            "order": 20316,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2585,
            "patient": 26776,
            "order": 20702,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}