A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3456,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3320",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3304",
    "results": [
        {
            "id": 3438,
            "patient": 28887,
            "order": 24106,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3440,
            "patient": 28891,
            "order": 24110,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3442,
            "patient": 10577,
            "order": 24112,
            "height": null,
            "weight": null
        },
        {
            "id": 3444,
            "patient": 28898,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3446,
            "patient": 14337,
            "order": 24130,
            "height": null,
            "weight": null
        },
        {
            "id": 3448,
            "patient": 28901,
            "order": 24132,
            "height": null,
            "weight": null
        },
        {
            "id": 3450,
            "patient": 28903,
            "order": 24135,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3452,
            "patient": 28904,
            "order": 24139,
            "height": null,
            "weight": null
        }
    ]
}