A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3662,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1448",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1432",
    "results": [
        {
            "id": 1645,
            "patient": 24672,
            "order": 18051,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1430,
            "patient": 24397,
            "order": 17571,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1432,
            "patient": 24398,
            "order": 17571,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1433,
            "patient": 24397,
            "order": 17571,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1431,
            "patient": 24398,
            "order": 17571,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1434,
            "patient": 24403,
            "order": 17577,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1648,
            "patient": 24676,
            "order": 18056,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1435,
            "patient": 24404,
            "order": 17579,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}