A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3065,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2864",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2848",
    "results": [
        {
            "id": 2947,
            "patient": 27812,
            "order": 22269,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2855,
            "patient": 27587,
            "order": 21885,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2856,
            "patient": 27591,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2857,
            "patient": 27598,
            "order": 21903,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2949,
            "patient": 27813,
            "order": 22279,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2858,
            "patient": 21429,
            "order": 21905,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2951,
            "patient": 11612,
            "order": 22282,
            "height": null,
            "weight": null
        },
        {
            "id": 2859,
            "patient": 27605,
            "order": 21913,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}