A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3279,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=920",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=904",
    "results": [
        {
            "id": 907,
            "patient": 23153,
            "order": 15606,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 908,
            "patient": 23155,
            "order": 15608,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 909,
            "patient": 23157,
            "order": 15611,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 910,
            "patient": 11530,
            "order": 15612,
            "height": null,
            "weight": null
        },
        {
            "id": 911,
            "patient": 23162,
            "order": 15615,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 912,
            "patient": 23162,
            "order": 15615,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 913,
            "patient": 23163,
            "order": 15617,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 914,
            "patient": 23164,
            "order": 15618,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}