A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1424
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=1432",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1416",
    "results": [
        {
            "id": 1418,
            "patient": 24377,
            "order": 17528,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1419,
            "patient": 24378,
            "order": 17529,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1420,
            "patient": 24379,
            "order": 17530,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "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
        }
    ]
}