A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3458,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3448",
    "results": [
        {
            "id": 3306,
            "patient": 26018,
            "order": 24175,
            "height": null,
            "weight": null
        },
        {
            "id": 3457,
            "patient": 28922,
            "order": 24177,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}