A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3251,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=440",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=424",
    "results": [
        {
            "id": 548,
            "patient": 22065,
            "order": 13985,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 550,
            "patient": 22067,
            "order": 13988,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 552,
            "patient": 22075,
            "order": 13996,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 554,
            "patient": 22078,
            "order": 14000,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 556,
            "patient": 22084,
            "order": 14006,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 558,
            "patient": 22089,
            "order": 14010,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 560,
            "patient": 22091,
            "order": 14013,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 562,
            "patient": 22093,
            "order": 14015,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}