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": 3296,
    "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": 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
        },
        {
            "id": 1401,
            "patient": 24316,
            "order": 17448,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1402,
            "patient": 24317,
            "order": 17450,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}