A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2836,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2144",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2128",
    "results": [
        {
            "id": 2053,
            "patient": 19287,
            "order": 18889,
            "height": null,
            "weight": null
        },
        {
            "id": 2054,
            "patient": 25275,
            "order": 18891,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2055,
            "patient": 25275,
            "order": 18891,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2056,
            "patient": 25276,
            "order": 18895,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2057,
            "patient": 25277,
            "order": 18896,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2058,
            "patient": 25278,
            "order": 18897,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2059,
            "patient": 25279,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2060,
            "patient": 25281,
            "order": 18900,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}