A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3287,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2032",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2016",
    "results": [
        {
            "id": 2009,
            "patient": 25225,
            "order": 18832,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2010,
            "patient": 25214,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2235,
            "patient": 25575,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2011,
            "patient": 25235,
            "order": 18842,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2012,
            "patient": 25214,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2013,
            "patient": 22274,
            "order": 18843,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2014,
            "patient": 25236,
            "order": 18843,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2015,
            "patient": 622,
            "order": 18844,
            "height": null,
            "weight": null
        }
    ]
}