A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3207,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3064",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3048",
    "results": [
        {
            "id": 2935,
            "patient": 27776,
            "order": 22197,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2983,
            "patient": 14338,
            "order": 22360,
            "height": null,
            "weight": null
        },
        {
            "id": 2985,
            "patient": 25951,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2987,
            "patient": 27876,
            "order": 22376,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2989,
            "patient": 27878,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2991,
            "patient": 27882,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2993,
            "patient": 26517,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2995,
            "patient": 27886,
            "order": 22398,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}