A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3456,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3360",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3344",
    "results": [
        {
            "id": 3302,
            "patient": 28521,
            "order": 23515,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3396,
            "patient": 19328,
            "order": 23929,
            "height": null,
            "weight": null
        },
        {
            "id": 3303,
            "patient": 26092,
            "order": 23516,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3398,
            "patient": 8642,
            "order": 23933,
            "height": null,
            "weight": null
        },
        {
            "id": 3304,
            "patient": 17887,
            "order": 23517,
            "height": null,
            "weight": null
        },
        {
            "id": 3296,
            "patient": 27921,
            "order": 23495,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3305,
            "patient": 28524,
            "order": 23520,
            "height": null,
            "weight": null
        },
        {
            "id": 3400,
            "patient": 28775,
            "order": 23936,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}