A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3064,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=160",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=144",
    "results": [
        {
            "id": 178,
            "patient": 9466,
            "order": 11799,
            "height": null,
            "weight": null
        },
        {
            "id": 179,
            "patient": 9359,
            "order": 11801,
            "height": null,
            "weight": null
        },
        {
            "id": 149,
            "patient": 20173,
            "order": 11705,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 180,
            "patient": 20222,
            "order": 11802,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 150,
            "patient": 16187,
            "order": 11709,
            "height": null,
            "weight": null
        },
        {
            "id": 181,
            "patient": 20236,
            "order": 11806,
            "height": null,
            "weight": null
        },
        {
            "id": 151,
            "patient": 20154,
            "order": 11710,
            "height": null,
            "weight": null
        },
        {
            "id": 182,
            "patient": 20238,
            "order": 11808,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}