A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3293,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1632",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1616",
    "results": [
        {
            "id": 1517,
            "patient": 24509,
            "order": 17774,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1518,
            "patient": 24510,
            "order": 17777,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1519,
            "patient": 24511,
            "order": 17779,
            "height": null,
            "weight": null
        },
        {
            "id": 1520,
            "patient": 24511,
            "order": 17779,
            "height": null,
            "weight": null
        },
        {
            "id": 1521,
            "patient": 24512,
            "order": 17764,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1522,
            "patient": 24514,
            "order": 17782,
            "height": null,
            "weight": null
        },
        {
            "id": 1523,
            "patient": 24514,
            "order": 17782,
            "height": null,
            "weight": null
        },
        {
            "id": 1524,
            "patient": 24516,
            "order": 17785,
            "height": null,
            "weight": null
        }
    ]
}