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": 3287,
    "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": 2055,
            "patient": 25275,
            "order": 18891,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3157,
            "patient": 28182,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "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
        },
        {
            "id": 2061,
            "patient": 14319,
            "order": 18904,
            "height": null,
            "weight": null
        }
    ]
}