A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3637,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=600",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=584",
    "results": [
        {
            "id": 541,
            "patient": 22019,
            "order": 13926,
            "height": null,
            "weight": null
        },
        {
            "id": 543,
            "patient": 22025,
            "order": 13938,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 545,
            "patient": 22033,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 547,
            "patient": 22040,
            "order": 13960,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 549,
            "patient": 22066,
            "order": 13986,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 551,
            "patient": 22070,
            "order": 13992,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 553,
            "patient": 22077,
            "order": 13998,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 555,
            "patient": 22082,
            "order": 14004,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}