A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3499,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1408",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1392",
    "results": [
        {
            "id": 1393,
            "patient": 24292,
            "order": 17425,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1394,
            "patient": 24295,
            "order": 17427,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1395,
            "patient": 24301,
            "order": 17432,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1396,
            "patient": 24302,
            "order": 17433,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1397,
            "patient": 24308,
            "order": 17434,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1398,
            "patient": 24309,
            "order": 17440,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1399,
            "patient": 24311,
            "order": 17444,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1400,
            "patient": 24312,
            "order": 17445,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}