|
|
|
@ -4,7 +4,7 @@ import 'package:hmg_patient_app_new/core/enums.dart';
|
|
|
|
class ApiConsts {
|
|
|
|
class ApiConsts {
|
|
|
|
static const maxSmallScreen = 660;
|
|
|
|
static const maxSmallScreen = 660;
|
|
|
|
|
|
|
|
|
|
|
|
static AppEnvironmentTypeEnum appEnvironmentType = AppEnvironmentTypeEnum.prod;
|
|
|
|
static AppEnvironmentTypeEnum appEnvironmentType = AppEnvironmentTypeEnum.uat;
|
|
|
|
|
|
|
|
|
|
|
|
// static String baseUrl = 'https://uat.hmgwebservices.com/'; // HIS API URL UAT
|
|
|
|
// static String baseUrl = 'https://uat.hmgwebservices.com/'; // HIS API URL UAT
|
|
|
|
|
|
|
|
|
|
|
|
@ -110,6 +110,8 @@ class ApiConsts {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static final String sendPatientUpdateRequest = 'Services/OUTPs.svc/REST/PatientCompanyUpdate';
|
|
|
|
|
|
|
|
|
|
|
|
static final String selectDeviceImei = 'Services/Patients.svc/REST/Patient_SELECTDeviceIMEIbyIMEI';
|
|
|
|
static final String selectDeviceImei = 'Services/Patients.svc/REST/Patient_SELECTDeviceIMEIbyIMEI';
|
|
|
|
static final String checkPatientAuth = 'Services/Authentication.svc/REST/CheckPatientAuthentication';
|
|
|
|
static final String checkPatientAuth = 'Services/Authentication.svc/REST/CheckPatientAuthentication';
|
|
|
|
|
|
|
|
|
|
|
|
|