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": 2841,
    "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": 2007,
            "patient": 25215,
            "order": 18820,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2008,
            "patient": 25217,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2233,
            "patient": 25573,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "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
        }
    ]
}