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": 3657,
    "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": 1243,
            "patient": 23959,
            "order": 16858,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1202,
            "patient": 23881,
            "order": 16729,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1204,
            "patient": 23885,
            "order": 16740,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1205,
            "patient": 23891,
            "order": 16746,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "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
        }
    ]
}