A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2831,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2424",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2408",
    "results": [
        {
            "id": 2413,
            "patient": 1569,
            "order": 20052,
            "height": null,
            "weight": null
        },
        {
            "id": 2414,
            "patient": 26173,
            "order": 20053,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2550,
            "patient": 26599,
            "order": 20536,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2415,
            "patient": 26177,
            "order": 20057,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2416,
            "patient": 26181,
            "order": 20062,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 26,
            "patient": 15841,
            "order": 20054,
            "height": null,
            "weight": null
        },
        {
            "id": 2551,
            "patient": 26600,
            "order": 20537,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2417,
            "patient": 26192,
            "order": 20068,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}