A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3290,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3280",
    "results": [
        {
            "id": 3289,
            "patient": 28497,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3290,
            "patient": 28498,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}