A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3296,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1544",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1528",
    "results": [
        {
            "id": 1783,
            "patient": 24888,
            "order": 18353,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1785,
            "patient": 24889,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1788,
            "patient": 24890,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1790,
            "patient": 24890,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1792,
            "patient": 24891,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1787,
            "patient": null,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 1795,
            "patient": 24894,
            "order": 18357,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1797,
            "patient": 24896,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}