From cd83793f48123d24aa11bf119434ca5cb6ed7329 Mon Sep 17 00:00:00 2001 From: Surabhi Suman Date: Sat, 27 May 2023 22:10:09 +0530 Subject: [PATCH] chore: added claim status update and data update to central DB --- .idea/workspace.xml | 20 ++++-- .irb_history | 3 + .../health_care_provider_controller.rb | 2 +- app/helpers/central_entity_helper.rb | 14 ++-- app/helpers/insurance_helper.rb | 27 ++++--- app/models/health_report.rb | 1 + app/services/fraud_detection_service.rb | 72 +++++++++++++++++++ config/application.rb | 1 + 8 files changed, 121 insertions(+), 19 deletions(-) create mode 100644 .irb_history create mode 100644 app/services/fraud_detection_service.rb diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e95b257..3511233 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,11 +3,13 @@ + + - - - - + + + + @@ -189,6 +191,14 @@