'upcoming-noAction':{'en':'No Action Required','ar':'لا يوجد إجراء مطلوب'},
'upcoming-confirm':{'en':'Please confirm the appointment to avoid cancellation','ar':'يرجى تأكيد الموعد لتفادي الإلغاء'},
"book-success-confirm-more-24-1-2":{"en":"The online payment process will be available 24 hours before the appointment.","ar":"- عملية الدفع الالكتروني ستكون متاحة قبل الموعد ب 24 ساعة."},
"iAcceptTermsConditions":{"en":"I Accept the Terms And Conditions","ar":"You can pay by the following options:"},
"YouCanPayByTheFollowingOptions":{"en":"You can pay by the following options:","ar":"I Accept the Terms And Conditions"},
"iAcceptTermsConditions":{"en":"I Accept the Terms And Conditions","ar":"أوافق على الشروط والأحكام"},
"YouCanPayByTheFollowingOptions":{"en":"You can pay by the following Options:","ar":"يمكنك الدفع عن طريق الخيارات التالية:"},
"RRTDDetails":{
"en":
"The RRT service provides medical services urgent and stable cases, not life-threatening situation or extremities and the service includes providing medical care from a complete medical team at home",
"ar":
"The RRT service provides medical services urgent and stable cases, not life-threatening situation or extremities and the service includes providing medical care from a complete medical team at home"
"en":"The RRT service provides medical service for urgent and stable cases, not life-threatening situations or extremities, and the service includes providing medical care from a complete medical team at home.",
"ar":"توفر خدمة فريق الاستجابة السريع RRT خدمه طبيه للحالات المستعجله والمستقره وليست الحالات المهدده للحياه او الاطراف ، وتشمل الخدمه تقديم رعايه طبيه من فريق طبي متكامل بالمنزل."
"emptySchedule":{"en":"Doctor has no schedule.","ar":"لا يوجد جدول حضور مسجل للطبيب"},
"serviceNotAvailable":{"en":"Dear, this service is not available now, please try again later","ar":"عزيزي المراجع, هذه الخدمة غير متوفرة الان يرجى المحاوله لاحقا"},
"doctorScheduleNot":{"en":"Doctor schedule not available","ar":"جدول الطبيب غير متوفر"}
"doctorScheduleNot":{"en":"Doctor schedule not available","ar":"جدول الطبيب غير متوفر"},
"RRTRequestSuccess":{"en":"Request has been sent successfully, You will be contacted soon.","ar":"تم إرسال الطلب بنجاح ، وسيتم الاتصال بك باسرع وقت ممكن"},
"rateDoctorAppo":{"en":"Rate DR & Appointment","ar":"معدل الدكتور والتعيين"},
varmessageEn="This Appointment is being booked for patient "+
projectViewModel.user.firstName+
""+
projectViewModel.user.lastName+
", Having file number "+
projectViewModel.user.patientID.toString()+
". Please confirm!";
varmessageAr=
"يتم حجز هذا الموعد المراجع "+projectViewModel.user.firstName+""+projectViewModel.user.lastName+", وجود رقم الملف "+projectViewModel.user.patientID.toString()+". يرجى تأكيد!";
@ -391,13 +391,14 @@ class _ConfirmLogin extends State<ConfirmLogin> {
}
loginWithFingurePrintFace(type,intisActive)async{
if(isActive==1){
//this.startBiometricLoginIfAvailable();
if(isActive==1||isActive==0){
constiosStrings=
constIOSAuthMessages(cancelButton:'cancel',goToSettingsButton:'settings',goToSettingsDescription:'Please set up your Touch ID.',lockOut:'Please reenable your Touch ID');
try{
authenticated=awaitauth.authenticateWithBiometrics(localizedReason:'Scan your fingerprint to authenticate',useErrorDialogs:true,stickyAuth:true,iOSAuthStrings:iosStrings);
}onPlatformExceptioncatch(e){
GifLoaderDialogUtils.hideDialog(context);
AppToast.showErrorToast(message:'Please enable your Touch or Face ID');
@ -645,7 +646,7 @@ class _ConfirmLogin extends State<ConfirmLogin> {