From fde016c38bee153df3a0d38a6f42392684564a4c Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Tue, 3 Oct 2023 12:33:52 +0300 Subject: [PATCH] updates --- android/app/build.gradle | 2 +- lib/config/config.dart | 4 ++-- .../assessment/add_assessment_details.dart | 15 +++++++-------- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index a518ebf8..5457931e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -30,7 +30,7 @@ android { signingConfigs { release { - storeFile file('/Users/mohamedmekawy/Documents/Work/DoctorApp/android/doctor app key') + storeFile file('/Users/mohamedmekawy/Documents/Work/DoctorApp/android/doctor_app_key') storePassword 'Hmgdoctor1234' keyAlias 'hmgdoctor' keyPassword 'Hmgdoctor1234' diff --git a/lib/config/config.dart b/lib/config/config.dart index d8dfab93..a3a12461 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -10,9 +10,9 @@ const BASE_URL_LIVE_CARE = 'https://livecare.hmg.com/'; // const BASE_URL = 'https://uat.hmgwebservices.com/'; -// const BASE_URL = 'https://vidauat.cloudsolutions.com.sa/'; //Vida Plus URL +const BASE_URL = 'https://vidauat.cloudsolutions.com.sa/'; //Vida Plus URL -const BASE_URL = 'https://vidamergeuat.cloudsolutions.com.sa/'; //Vida Plus URL +// const BASE_URL = 'https://vidamergeuat.cloudsolutions.com.sa/'; //Vida Plus URL const PHARMACY_ITEMS_URL = "Services/Lists.svc/REST/GetPharmcyItems_Region_enh"; const PHARMACY_LIST_URL = "Services/Patients.svc/REST/GetPharmcyList"; diff --git a/lib/screens/patients/profile/soap_update/assessment/add_assessment_details.dart b/lib/screens/patients/profile/soap_update/assessment/add_assessment_details.dart index 597bd150..ef0c8cd7 100644 --- a/lib/screens/patients/profile/soap_update/assessment/add_assessment_details.dart +++ b/lib/screens/patients/profile/soap_update/assessment/add_assessment_details.dart @@ -378,14 +378,13 @@ class _AddAssessmentDetailsState extends State { } else { Map profile = await sharedPref.getObj(DOCTOR_PROFILE); DoctorProfileModel doctorProfile = DoctorProfileModel.fromJson(profile); - PostAssessmentRequestModel postAssessmentRequestModel = - new PostAssessmentRequestModel( - patientMRN: widget.patientInfo.patientMRN, - episodeId: widget.patientInfo.episodeNo, - appointmentNo: widget.patientInfo.appointmentNo, - createdByName: doctorProfile.doctorName, - createdBy: doctorProfile.doctorID, - icdCodeDetails: [ + PostAssessmentRequestModel postAssessmentRequestModel = new PostAssessmentRequestModel( + patientMRN: widget.patientInfo.patientMRN, + episodeId: widget.patientInfo.episodeNo, + appointmentNo: widget.patientInfo.appointmentNo, + createdByName: doctorProfile.doctorName, + createdBy: doctorProfile.doctorID, + icdCodeDetails: [ new IcdCodeDetails( remarks: mySelectedAssessment.remark, complexDiagnosis: true,