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": 2850,
    "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": 1514,
            "patient": 24505,
            "order": 17766,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1515,
            "patient": 24508,
            "order": 17772,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1516,
            "patient": 16012,
            "order": 17773,
            "height": null,
            "weight": null
        },
        {
            "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
        }
    ]
}