A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3207,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3184",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3168",
    "results": [
        {
            "id": 3179,
            "patient": 28253,
            "order": 23045,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3178,
            "patient": 28253,
            "order": 23045,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3180,
            "patient": 28254,
            "order": 23046,
            "height": null,
            "weight": null
        },
        {
            "id": 3183,
            "patient": 28260,
            "order": 23054,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3182,
            "patient": 23739,
            "order": 23054,
            "height": null,
            "weight": null
        },
        {
            "id": 3181,
            "patient": 23739,
            "order": 23054,
            "height": null,
            "weight": null
        },
        {
            "id": 3184,
            "patient": 28262,
            "order": 23056,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3185,
            "patient": 28256,
            "order": 23057,
            "height": null,
            "weight": null
        }
    ]
}