A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2818,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2616",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2600",
    "results": [
        {
            "id": 2488,
            "patient": 26405,
            "order": 20311,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2489,
            "patient": 26407,
            "order": 20313,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2583,
            "patient": 26770,
            "order": 20693,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2490,
            "patient": 26411,
            "order": 20315,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2491,
            "patient": 26413,
            "order": 20316,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2585,
            "patient": 26776,
            "order": 20702,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2492,
            "patient": 26416,
            "order": 20317,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2493,
            "patient": 26419,
            "order": 20320,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}