A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3287,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1240",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1224",
    "results": [
        {
            "id": 1203,
            "patient": 23884,
            "order": 16736,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1245,
            "patient": 23963,
            "order": 16861,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1206,
            "patient": 23892,
            "order": 16750,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1207,
            "patient": 23894,
            "order": 16751,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1208,
            "patient": 23895,
            "order": 16753,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1246,
            "patient": 23972,
            "order": 16874,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1209,
            "patient": 23896,
            "order": 16755,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1210,
            "patient": 23897,
            "order": 16756,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}