A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3702,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3200",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3184",
    "results": [
        {
            "id": 3190,
            "patient": 28281,
            "order": 23095,
            "height": null,
            "weight": null
        },
        {
            "id": 3191,
            "patient": 28282,
            "order": 23095,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3192,
            "patient": 28283,
            "order": 23100,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3193,
            "patient": 15640,
            "order": 23102,
            "height": null,
            "weight": null
        },
        {
            "id": 3194,
            "patient": 15640,
            "order": 23102,
            "height": null,
            "weight": null
        },
        {
            "id": 3195,
            "patient": 28286,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3196,
            "patient": 28288,
            "order": 23102,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3197,
            "patient": 28292,
            "order": 23114,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}