A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3652,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3640",
    "results": [
        {
            "id": 3649,
            "patient": 27340,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 3650,
            "patient": 27509,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3651,
            "patient": 29390,
            "order": 24931,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3652,
            "patient": 29391,
            "order": 24932,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}