A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3281,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1056",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1040",
    "results": [
        {
            "id": 1041,
            "patient": 23461,
            "order": 16180,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1042,
            "patient": 23472,
            "order": 16190,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1043,
            "patient": 23473,
            "order": 16191,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1044,
            "patient": 23475,
            "order": 16193,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1045,
            "patient": 23476,
            "order": 16194,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1046,
            "patient": 23477,
            "order": 16195,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1047,
            "patient": 23480,
            "order": 16200,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1048,
            "patient": 23484,
            "order": 16203,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}