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": 3662,
    "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": 1446,
            "patient": 24424,
            "order": 17623,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1447,
            "patient": 24424,
            "order": 17623,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1658,
            "patient": 24688,
            "order": 18075,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1660,
            "patient": 24692,
            "order": 18079,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1448,
            "patient": 24425,
            "order": 17625,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "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
        }
    ]
}