A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2849,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1688",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1672",
    "results": [
        {
            "id": 1570,
            "patient": 24570,
            "order": 17894,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1571,
            "patient": 24570,
            "order": 17894,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1572,
            "patient": 24572,
            "order": 17895,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1573,
            "patient": 24575,
            "order": 17901,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1574,
            "patient": 24576,
            "order": 17902,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1575,
            "patient": 24577,
            "order": 17903,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1576,
            "patient": 24578,
            "order": 17904,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1577,
            "patient": 24580,
            "order": 17908,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}