A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3291,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1816",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1800",
    "results": [
        {
            "id": 1766,
            "patient": 24864,
            "order": 18312,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1768,
            "patient": 24865,
            "order": 18314,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1770,
            "patient": 24866,
            "order": 18316,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1773,
            "patient": 24870,
            "order": 18327,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1774,
            "patient": 24871,
            "order": 18328,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1776,
            "patient": 24875,
            "order": 18327,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1778,
            "patient": 24877,
            "order": 18337,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1780,
            "patient": 24883,
            "order": 18345,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}