A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3459,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3224",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3208",
    "results": [
        {
            "id": 3215,
            "patient": 8536,
            "order": 23186,
            "height": null,
            "weight": null
        },
        {
            "id": 3216,
            "patient": 10763,
            "order": 23195,
            "height": null,
            "weight": null
        },
        {
            "id": 3217,
            "patient": 28329,
            "order": 23197,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3218,
            "patient": 28330,
            "order": 23199,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3219,
            "patient": 25305,
            "order": 23201,
            "height": null,
            "weight": null
        },
        {
            "id": 3220,
            "patient": 23050,
            "order": 23201,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3221,
            "patient": 25305,
            "order": 23201,
            "height": null,
            "weight": null
        },
        {
            "id": 3222,
            "patient": 28332,
            "order": 23207,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}