A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3340,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3328",
    "results": [
        {
            "id": 3337,
            "patient": 28601,
            "order": 23649,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3338,
            "patient": 28602,
            "order": 23653,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3339,
            "patient": 28606,
            "order": 23659,
            "height": null,
            "weight": null
        },
        {
            "id": 3340,
            "patient": 28606,
            "order": 23659,
            "height": null,
            "weight": null
        }
    ]
}