A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3081,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2328",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2312",
    "results": [
        {
            "id": 2281,
            "patient": 25755,
            "order": 19583,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2283,
            "patient": 484,
            "order": 19584,
            "height": null,
            "weight": null
        },
        {
            "id": 2285,
            "patient": 359,
            "order": 19588,
            "height": null,
            "weight": null
        },
        {
            "id": 2287,
            "patient": 19743,
            "order": 19593,
            "height": null,
            "weight": null
        },
        {
            "id": 2289,
            "patient": 24034,
            "order": 19599,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2291,
            "patient": 25777,
            "order": 19615,
            "height": null,
            "weight": null
        },
        {
            "id": 2293,
            "patient": 25780,
            "order": 19619,
            "height": null,
            "weight": null
        },
        {
            "id": 2295,
            "patient": 25797,
            "order": 19635,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}