A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3060,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=40",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=24",
    "results": [
        {
            "id": 25,
            "patient": 19817,
            "order": 11192,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 80,
            "patient": 19978,
            "order": 11416,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 27,
            "patient": 19820,
            "order": 11198,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 28,
            "patient": 975,
            "order": 11207,
            "height": null,
            "weight": null
        },
        {
            "id": 29,
            "patient": 975,
            "order": 11207,
            "height": null,
            "weight": null
        },
        {
            "id": 81,
            "patient": 19983,
            "order": 11422,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 30,
            "patient": 19825,
            "order": 11209,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 82,
            "patient": 19983,
            "order": 11422,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}