A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2831,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2352",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2336",
    "results": [
        {
            "id": 2325,
            "patient": 25894,
            "order": 19743,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2327,
            "patient": 13733,
            "order": 19762,
            "height": null,
            "weight": null
        },
        {
            "id": 2329,
            "patient": 25916,
            "order": 19767,
            "height": null,
            "weight": null
        },
        {
            "id": 2331,
            "patient": 19933,
            "order": 19771,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2333,
            "patient": 25921,
            "order": 19772,
            "height": null,
            "weight": null
        },
        {
            "id": 2335,
            "patient": 25929,
            "order": 19780,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2337,
            "patient": 25932,
            "order": 19783,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2339,
            "patient": 25956,
            "order": 19814,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}