A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3274,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3264",
    "results": [
        {
            "id": 3270,
            "patient": 27980,
            "order": 23394,
            "height": null,
            "weight": null
        },
        {
            "id": 3274,
            "patient": 2384,
            "order": 23395,
            "height": null,
            "weight": null
        }
    ]
}