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": 2831,
    "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": 2275,
            "patient": 25736,
            "order": 19561,
            "height": null,
            "weight": null
        },
        {
            "id": 2277,
            "patient": 25739,
            "order": 19563,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2279,
            "patient": 19732,
            "order": 19568,
            "height": null,
            "weight": null
        },
        {
            "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
        }
    ]
}