A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3669,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1792",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1776",
    "results": [
        {
            "id": 1708,
            "patient": 24766,
            "order": 18167,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1710,
            "patient": 24768,
            "order": 18170,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1713,
            "patient": 24778,
            "order": 18179,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1715,
            "patient": 24780,
            "order": 18181,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1717,
            "patient": 24782,
            "order": 18183,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1719,
            "patient": 24784,
            "order": 18185,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1721,
            "patient": 24786,
            "order": 18187,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1723,
            "patient": 24788,
            "order": 18189,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}