A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1600
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=1608",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1592",
    "results": [
        {
            "id": 1495,
            "patient": 24479,
            "order": 17714,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1496,
            "patient": 24480,
            "order": 17716,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1497,
            "patient": 24481,
            "order": 17718,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1498,
            "patient": 24482,
            "order": 17719,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1499,
            "patient": 24483,
            "order": 17720,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1500,
            "patient": 24488,
            "order": 17728,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1501,
            "patient": 24489,
            "order": 17731,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1502,
            "patient": 24493,
            "order": 17727,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}