A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2845,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1896",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1880",
    "results": [
        {
            "id": 1867,
            "patient": 13641,
            "order": 18468,
            "height": null,
            "weight": null
        },
        {
            "id": 1869,
            "patient": 24978,
            "order": 18469,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1870,
            "patient": 24980,
            "order": 18460,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1918,
            "patient": 25067,
            "order": 18601,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1868,
            "patient": 13641,
            "order": 18468,
            "height": null,
            "weight": null
        },
        {
            "id": 1871,
            "patient": 24987,
            "order": 18482,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1919,
            "patient": 25069,
            "order": 18602,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1872,
            "patient": 24988,
            "order": 18484,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}