A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3281,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3272",
    "results": [
        {
            "id": 3281,
            "patient": 28463,
            "order": 23417,
            "height": null,
            "weight": null
        }
    ]
}