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": 2845,
    "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": 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
        },
        {
            "id": 1725,
            "patient": 24790,
            "order": 18191,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1727,
            "patient": 24792,
            "order": 18193,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1729,
            "patient": 24794,
            "order": 18195,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}