A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3669,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1904",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1888",
    "results": [
        {
            "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
        },
        {
            "id": 1873,
            "patient": 24989,
            "order": 18485,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1920,
            "patient": 25070,
            "order": 18604,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1874,
            "patient": 24993,
            "order": 18490,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1875,
            "patient": 24996,
            "order": 18490,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}