A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=3304
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=3312",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3296",
    "results": [
        {
            "id": 3425,
            "patient": 22590,
            "order": 24026,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3426,
            "patient": 28834,
            "order": 24024,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3428,
            "patient": 22955,
            "order": 24042,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3430,
            "patient": 1013,
            "order": 24046,
            "height": null,
            "weight": null
        },
        {
            "id": 2075,
            "patient": 24341,
            "order": 24056,
            "height": null,
            "weight": null
        },
        {
            "id": 3432,
            "patient": 28866,
            "order": 24079,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3434,
            "patient": 1049,
            "order": 24089,
            "height": null,
            "weight": null
        },
        {
            "id": 3436,
            "patient": 28884,
            "order": 24100,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}