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": 3662,
    "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": 1421,
            "patient": 24380,
            "order": 17531,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1634,
            "patient": 24649,
            "order": 18010,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1428,
            "patient": 24393,
            "order": 17558,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1638,
            "patient": 24656,
            "order": 18017,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1429,
            "patient": 24395,
            "order": 17567,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "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
        }
    ]
}