A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3298,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1472",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1456",
    "results": [
        {
            "id": 1449,
            "patient": 24425,
            "order": 17625,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1451,
            "patient": 24426,
            "order": 17626,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1662,
            "patient": 24694,
            "order": 18081,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1452,
            "patient": 24427,
            "order": 17627,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1453,
            "patient": 24432,
            "order": 17628,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 92,
            "patient": 20020,
            "order": 18085,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1450,
            "patient": 24425,
            "order": 17625,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1665,
            "patient": 24703,
            "order": 18093,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}