A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2841,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2000",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1984",
    "results": [
        {
            "id": 2209,
            "patient": 25539,
            "order": 19329,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1986,
            "patient": 22297,
            "order": 18740,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2211,
            "patient": 25545,
            "order": 19332,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1987,
            "patient": 25166,
            "order": 18747,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2214,
            "patient": 25551,
            "order": 19342,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1988,
            "patient": 22742,
            "order": 18749,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1989,
            "patient": 25167,
            "order": 18750,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2218,
            "patient": 25555,
            "order": 19346,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}