A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2835,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2200",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2184",
    "results": [
        {
            "id": 2111,
            "patient": 25351,
            "order": 19004,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2112,
            "patient": 23059,
            "order": 19007,
            "height": null,
            "weight": null
        },
        {
            "id": 2113,
            "patient": 23587,
            "order": 19011,
            "height": null,
            "weight": null
        },
        {
            "id": 2114,
            "patient": 25356,
            "order": 19013,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2115,
            "patient": 25361,
            "order": 19017,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2116,
            "patient": 25362,
            "order": 19018,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2117,
            "patient": 25363,
            "order": 19019,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2118,
            "patient": 25364,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}