A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3633,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3592",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3576",
    "results": [
        {
            "id": 3582,
            "patient": 29231,
            "order": 24701,
            "height": null,
            "weight": null
        },
        {
            "id": 3583,
            "patient": 26887,
            "order": 24702,
            "height": null,
            "weight": null
        },
        {
            "id": 3584,
            "patient": 29232,
            "order": 24703,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3585,
            "patient": 29233,
            "order": 24705,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3587,
            "patient": 24061,
            "order": 24717,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3586,
            "patient": 27193,
            "order": 24713,
            "height": null,
            "weight": null
        },
        {
            "id": 3588,
            "patient": 29243,
            "order": 24722,
            "height": null,
            "weight": null
        },
        {
            "id": 3589,
            "patient": 26557,
            "order": 24725,
            "height": null,
            "weight": null
        }
    ]
}