A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3655,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1088",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1072",
    "results": [
        {
            "id": 1071,
            "patient": 23549,
            "order": 16284,
            "height": null,
            "weight": null
        },
        {
            "id": 1072,
            "patient": 23550,
            "order": 16285,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1073,
            "patient": 23551,
            "order": 16287,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1074,
            "patient": 23555,
            "order": 16293,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1075,
            "patient": 23559,
            "order": 16298,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1070,
            "patient": 23544,
            "order": 16281,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1076,
            "patient": 23570,
            "order": 16309,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1077,
            "patient": 23571,
            "order": 16310,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}