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": 3298,
    "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": 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
        },
        {
            "id": 1740,
            "patient": 24824,
            "order": 18240,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1444,
            "patient": 24423,
            "order": 17622,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}