A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1432
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=1440",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1424",
    "results": [
        {
            "id": 1904,
            "patient": 25039,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 1641,
            "patient": 24661,
            "order": 18029,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1643,
            "patient": 730,
            "order": 18035,
            "height": null,
            "weight": null
        },
        {
            "id": 1645,
            "patient": 24672,
            "order": 18051,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1430,
            "patient": 24397,
            "order": 17571,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1432,
            "patient": 24398,
            "order": 17571,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1433,
            "patient": 24397,
            "order": 17571,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1431,
            "patient": 24398,
            "order": 17571,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}