A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1448
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=1456",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1440",
    "results": [
        {
            "id": 1651,
            "patient": 24682,
            "order": 18064,
            "height": null,
            "weight": null
        },
        {
            "id": 1438,
            "patient": 24410,
            "order": 17594,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1439,
            "patient": 24411,
            "order": 17594,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1440,
            "patient": 24415,
            "order": 17600,
            "height": null,
            "weight": null
        },
        {
            "id": 1441,
            "patient": 24415,
            "order": 17600,
            "height": null,
            "weight": null
        },
        {
            "id": 2206,
            "patient": 2981,
            "order": 19320,
            "height": null,
            "weight": null
        },
        {
            "id": 1442,
            "patient": 24419,
            "order": 17609,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1443,
            "patient": 24422,
            "order": 17621,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}