A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1096
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=1104",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1088",
    "results": [
        {
            "id": 1090,
            "patient": 21839,
            "order": 16347,
            "height": null,
            "weight": null
        },
        {
            "id": 1092,
            "patient": 23613,
            "order": 16362,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1093,
            "patient": 23615,
            "order": 16368,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1094,
            "patient": 23616,
            "order": 16364,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1095,
            "patient": 23617,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1096,
            "patient": 23618,
            "order": 16371,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1097,
            "patient": 23619,
            "order": 16374,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1098,
            "patient": 23626,
            "order": 16380,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}