A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3655,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1112",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1096",
    "results": [
        {
            "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
        },
        {
            "id": 1099,
            "patient": 23627,
            "order": 16382,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1101,
            "patient": 23628,
            "order": 16387,
            "height": null,
            "weight": null
        },
        {
            "id": 1100,
            "patient": 23628,
            "order": 16387,
            "height": null,
            "weight": null
        },
        {
            "id": 1102,
            "patient": 23632,
            "order": 16393,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}