A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3663,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1480",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1464",
    "results": [
        {
            "id": 1452,
            "patient": 24427,
            "order": 17627,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1453,
            "patient": 24432,
            "order": 17628,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 92,
            "patient": 20020,
            "order": 18085,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1450,
            "patient": 24425,
            "order": 17625,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1665,
            "patient": 24703,
            "order": 18093,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1454,
            "patient": 24433,
            "order": 17637,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1667,
            "patient": 24704,
            "order": 18094,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1456,
            "patient": 24436,
            "order": 17639,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}