A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3669,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1888",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1872",
    "results": [
        {
            "id": 1915,
            "patient": 25056,
            "order": 18579,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1858,
            "patient": 24967,
            "order": 18453,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1860,
            "patient": 22217,
            "order": 18458,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1859,
            "patient": 22217,
            "order": 18458,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1861,
            "patient": 24969,
            "order": 18456,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1862,
            "patient": 24970,
            "order": 18456,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1863,
            "patient": 24973,
            "order": 18453,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1917,
            "patient": 25065,
            "order": 18594,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}