A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3458,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3296",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3280",
    "results": [
        {
            "id": 3395,
            "patient": 19328,
            "order": 23929,
            "height": null,
            "weight": null
        },
        {
            "id": 3397,
            "patient": 8642,
            "order": 23933,
            "height": null,
            "weight": null
        },
        {
            "id": 3399,
            "patient": 18404,
            "order": 23933,
            "height": null,
            "weight": null
        },
        {
            "id": 3401,
            "patient": 28776,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3403,
            "patient": 28779,
            "order": 23939,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3405,
            "patient": 28785,
            "order": 23946,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3407,
            "patient": 28795,
            "order": 23958,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3409,
            "patient": 9465,
            "order": 23976,
            "height": null,
            "weight": null
        }
    ]
}