A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3675,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3664",
    "results": [
        {
            "id": 3673,
            "patient": 29443,
            "order": 25014,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3674,
            "patient": 29446,
            "order": 25015,
            "height": null,
            "weight": null
        },
        {
            "id": 3675,
            "patient": 29450,
            "order": 25022,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}