A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3213,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2952",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2936",
    "results": [
        {
            "id": 3061,
            "patient": 28003,
            "order": 22613,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3063,
            "patient": 25506,
            "order": 22616,
            "height": null,
            "weight": null
        },
        {
            "id": 3064,
            "patient": 28006,
            "order": 22617,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3066,
            "patient": 28010,
            "order": 22626,
            "height": null,
            "weight": null
        },
        {
            "id": 3068,
            "patient": 28023,
            "order": 22642,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3070,
            "patient": 28026,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3072,
            "patient": 28032,
            "order": 22657,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3074,
            "patient": 28034,
            "order": 22656,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}