A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3500,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1448",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1432",
    "results": [
        {
            "id": 1433,
            "patient": 24397,
            "order": 17571,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1431,
            "patient": 24398,
            "order": 17571,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1434,
            "patient": 24403,
            "order": 17577,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1648,
            "patient": 24676,
            "order": 18056,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1435,
            "patient": 24404,
            "order": 17579,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1436,
            "patient": 24406,
            "order": 17586,
            "height": null,
            "weight": null
        },
        {
            "id": 1437,
            "patient": 24406,
            "order": 17586,
            "height": null,
            "weight": null
        },
        {
            "id": 1649,
            "patient": 24679,
            "order": 18061,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}