A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3064,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=168",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=152",
    "results": [
        {
            "id": 152,
            "patient": 17404,
            "order": 11714,
            "height": null,
            "weight": null
        },
        {
            "id": 153,
            "patient": 20182,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 154,
            "patient": 20183,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 183,
            "patient": 20239,
            "order": 11809,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 155,
            "patient": 20185,
            "order": 11718,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 156,
            "patient": 20188,
            "order": 11721,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 184,
            "patient": 20242,
            "order": 11812,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 157,
            "patient": 4577,
            "order": 11737,
            "height": null,
            "weight": null
        }
    ]
}