A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2831,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2344",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2328",
    "results": [
        {
            "id": 2311,
            "patient": 23425,
            "order": 19698,
            "height": null,
            "weight": null
        },
        {
            "id": 2313,
            "patient": 25784,
            "order": 19704,
            "height": null,
            "weight": null
        },
        {
            "id": 2315,
            "patient": 25871,
            "order": 19709,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2309,
            "patient": 25859,
            "order": 19696,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2317,
            "patient": 25878,
            "order": 19722,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2319,
            "patient": 22510,
            "order": 19731,
            "height": null,
            "weight": null
        },
        {
            "id": 2321,
            "patient": 25887,
            "order": 19734,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2323,
            "patient": 25889,
            "order": 19738,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}