A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2835,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2160",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2144",
    "results": [
        {
            "id": 2069,
            "patient": 25293,
            "order": 18922,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2070,
            "patient": 25295,
            "order": 18923,
            "height": null,
            "weight": null
        },
        {
            "id": 2071,
            "patient": 25296,
            "order": 18924,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2072,
            "patient": 23017,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2073,
            "patient": 25268,
            "order": 18926,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2074,
            "patient": 24956,
            "order": 18930,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2075,
            "patient": 24341,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2078,
            "patient": 25300,
            "order": 18932,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}