A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2845,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1880",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1864",
    "results": [
        {
            "id": 1855,
            "patient": 24964,
            "order": 18450,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1856,
            "patient": 24965,
            "order": 18451,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1914,
            "patient": 25053,
            "order": 18584,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1857,
            "patient": 24966,
            "order": 18452,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "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
        }
    ]
}