A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3207,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3056",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3040",
    "results": [
        {
            "id": 2977,
            "patient": 27854,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2930,
            "patient": 22219,
            "order": 22155,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2931,
            "patient": 27757,
            "order": 22158,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2979,
            "patient": 27857,
            "order": 22348,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2932,
            "patient": 27759,
            "order": 22165,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2933,
            "patient": 27761,
            "order": 22165,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2934,
            "patient": 27764,
            "order": 22175,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2981,
            "patient": 27859,
            "order": 22351,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}