A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3455,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3376",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3360",
    "results": [
        {
            "id": 3312,
            "patient": 28541,
            "order": 23552,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3313,
            "patient": 28544,
            "order": 23554,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3406,
            "patient": 28787,
            "order": 23947,
            "height": null,
            "weight": null
        },
        {
            "id": 3314,
            "patient": 2691,
            "order": 23555,
            "height": null,
            "weight": null
        },
        {
            "id": 3315,
            "patient": 28548,
            "order": 23561,
            "height": null,
            "weight": null
        },
        {
            "id": 3408,
            "patient": 28800,
            "order": 23969,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3316,
            "patient": 16414,
            "order": 23562,
            "height": null,
            "weight": null
        },
        {
            "id": 3410,
            "patient": 3330,
            "order": 23976,
            "height": null,
            "weight": null
        }
    ]
}