A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3065,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=232",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=216",
    "results": [
        {
            "id": 2225,
            "patient": 27,
            "order": 19361,
            "height": null,
            "weight": null
        },
        {
            "id": 211,
            "patient": 20312,
            "order": 11911,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 397,
            "patient": 581,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 212,
            "patient": 20316,
            "order": 11919,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 273,
            "patient": 14857,
            "order": 12347,
            "height": null,
            "weight": null
        },
        {
            "id": 213,
            "patient": 20324,
            "order": 11932,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 274,
            "patient": 14857,
            "order": 12347,
            "height": null,
            "weight": null
        },
        {
            "id": 214,
            "patient": 1129,
            "order": 11933,
            "height": null,
            "weight": null
        }
    ]
}