A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3279,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1008",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=992",
    "results": [
        {
            "id": 996,
            "patient": 23371,
            "order": 16025,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 998,
            "patient": 23381,
            "order": 16036,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 999,
            "patient": 23382,
            "order": 16037,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 997,
            "patient": 23379,
            "order": 16034,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1000,
            "patient": 23383,
            "order": 16042,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1001,
            "patient": 23389,
            "order": 16044,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1002,
            "patient": 23390,
            "order": 16034,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1003,
            "patient": 23391,
            "order": 16034,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}