|
|
|
|
@ -6,8 +6,8 @@ import 'package:diplomaticquarterapp/widgets/mobile-no/mobile_no.dart';
|
|
|
|
|
|
|
|
|
|
const MAX_SMALL_SCREEN = 660;
|
|
|
|
|
|
|
|
|
|
// const BASE_URL = 'https://uat.hmgwebservices.com/';
|
|
|
|
|
const BASE_URL = 'https://hmgwebservices.com/';
|
|
|
|
|
const BASE_URL = 'https://uat.hmgwebservices.com/';
|
|
|
|
|
//const BASE_URL = 'https://hmgwebservices.com/';
|
|
|
|
|
const GET_PROJECT = 'Services/Lists.svc/REST/GetProject';
|
|
|
|
|
|
|
|
|
|
//weather
|
|
|
|
|
@ -270,9 +270,10 @@ const GET_PAtIENTS_INSURANCE_UPDATED =
|
|
|
|
|
"Services/Patients.svc/REST/PatientER_GetPatientInsuranceCardUpdateHistory";
|
|
|
|
|
|
|
|
|
|
const INSURANCE_DETAILS = "Services/Patients.svc/REST/Get_InsuranceCheckList";
|
|
|
|
|
const GET_PATIENT_INSURANCE_DETAILS = "Services/Patients.svc/REST/PatientER_GetPatientInsuranceDetails";
|
|
|
|
|
const UPLOAD_INSURANCE_CARD = 'Services/Patients.svc/REST/PatientER_PatientInfoForInsuranceCardUpdate';
|
|
|
|
|
|
|
|
|
|
const GET_PATIENT_INSURANCE_DETAILS =
|
|
|
|
|
"Services/Patients.svc/REST/PatientER_GetPatientInsuranceDetails";
|
|
|
|
|
const UPLOAD_INSURANCE_CARD =
|
|
|
|
|
'Services/Patients.svc/REST/PatientER_PatientInfoForInsuranceCardUpdate';
|
|
|
|
|
|
|
|
|
|
const GET_VACCINES = "Services/Patients.svc/REST/GetDoneVaccinesByPatientID";
|
|
|
|
|
const GET_VACCINES_EMAIL = "Services/Notifications.svc/REST/SendVaccinesEmail";
|
|
|
|
|
|