A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3702,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3688",
    "results": [
        {
            "id": 3697,
            "patient": 29514,
            "order": 25110,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3699,
            "patient": 29518,
            "order": 25114,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3698,
            "patient": 29517,
            "order": 25122,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3700,
            "patient": 29493,
            "order": 25127,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3702,
            "patient": 29523,
            "order": 25116,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3701,
            "patient": 23059,
            "order": 25129,
            "height": null,
            "weight": null
        }
    ]
}