A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1800
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=1808",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1792",
    "results": [
        {
            "id": 1746,
            "patient": 24832,
            "order": 18260,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1748,
            "patient": 22217,
            "order": 18268,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1750,
            "patient": 24841,
            "order": 18276,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1752,
            "patient": 24843,
            "order": 18269,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1754,
            "patient": 24847,
            "order": 18289,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1756,
            "patient": 24851,
            "order": 18296,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1758,
            "patient": 24853,
            "order": 18298,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1760,
            "patient": 24855,
            "order": 18300,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}