A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3465,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2872",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2856",
    "results": [
        {
            "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
        },
        {
            "id": 2860,
            "patient": 27612,
            "order": 21919,
            "height": null,
            "weight": null
        },
        {
            "id": 2861,
            "patient": 27621,
            "order": 21933,
            "height": null,
            "weight": null
        },
        {
            "id": 2953,
            "patient": 27822,
            "order": 22295,
            "height": null,
            "weight": null
        }
    ]
}