A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3281,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1032",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1016",
    "results": [
        {
            "id": 1032,
            "patient": 23439,
            "order": 16151,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1018,
            "patient": 23410,
            "order": 16098,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1019,
            "patient": 23415,
            "order": 16102,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2936,
            "patient": 27663,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1020,
            "patient": 23416,
            "order": 16111,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1033,
            "patient": 23440,
            "order": 16152,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1021,
            "patient": 23417,
            "order": 16112,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1034,
            "patient": 23441,
            "order": 16152,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}