A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3293,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1640",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1624",
    "results": [
        {
            "id": 1525,
            "patient": 24517,
            "order": 17786,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1526,
            "patient": 24521,
            "order": 17792,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1527,
            "patient": 24522,
            "order": 17793,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1529,
            "patient": 24524,
            "order": 17796,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1530,
            "patient": 24525,
            "order": 17797,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1531,
            "patient": 24526,
            "order": 17798,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1532,
            "patient": 24527,
            "order": 17799,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1533,
            "patient": 24529,
            "order": 17806,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}