|
|
|
|
@ -123,7 +123,16 @@ class _AllHabibMedicalServiceState extends State<AllHabibMedicalService> {
|
|
|
|
|
'assets/images/new-design/my_file_bottom_bar.png',
|
|
|
|
|
title: TranslationBase.of(context).myMedicalFile,
|
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
FadePage(
|
|
|
|
|
page: LiveCareHome(),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
imageLocation: 'assets/images/new-design/liveCare_ar_bg.png',
|
|
|
|
|
title: TranslationBase.of(context).livecare,
|
|
|
|
|
),
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
@ -148,7 +157,15 @@ class _AllHabibMedicalServiceState extends State<AllHabibMedicalService> {
|
|
|
|
|
'assets/images/al-habib_online_payment_service_icon.png',
|
|
|
|
|
title: TranslationBase.of(context).onlinePaymentService,
|
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
FadePage(),
|
|
|
|
|
),
|
|
|
|
|
imageLocation:
|
|
|
|
|
'assets/images/al-habib_online_payment_service_icon.png',
|
|
|
|
|
title: 'Covid-19- Drive-Thru Test',
|
|
|
|
|
),
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () {
|
|
|
|
|
Navigator.push(
|
|
|
|
|
@ -163,7 +180,37 @@ class _AllHabibMedicalServiceState extends State<AllHabibMedicalService> {
|
|
|
|
|
imageLocation: 'assets/images/emergency_service_image.png',
|
|
|
|
|
title: TranslationBase.of(context).emergencyService,
|
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
FadePage(
|
|
|
|
|
page: ParkingPage(),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
imageLocation: 'assets/images/pharmacy_logo.png',
|
|
|
|
|
title: 'Pharmacy'),
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
FadePage(
|
|
|
|
|
page: InsuranceUpdate(),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
imageLocation:
|
|
|
|
|
'assets/images/medical/insurance_card_icon.png',
|
|
|
|
|
title: TranslationBase.of(context).updateInsurance,
|
|
|
|
|
),
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
FadePage(
|
|
|
|
|
page: authUser.patientID == null
|
|
|
|
|
? EReferralIndexPage()
|
|
|
|
|
: EReferralPage()),
|
|
|
|
|
),
|
|
|
|
|
imageLocation: 'assets/images/ereferral_service_icon.png',
|
|
|
|
|
title: 'E-Referral',
|
|
|
|
|
),
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
@ -175,7 +222,15 @@ class _AllHabibMedicalServiceState extends State<AllHabibMedicalService> {
|
|
|
|
|
'assets/images/new-design/family_menu_icon_red.png',
|
|
|
|
|
title: 'My Family',
|
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
FadePage(page: ChildVaccinesPage()),
|
|
|
|
|
),
|
|
|
|
|
imageLocation:
|
|
|
|
|
'assets/images/new-design/children_vaccines_icon.png',
|
|
|
|
|
title: 'Child Vaccines',
|
|
|
|
|
),
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
@ -187,7 +242,61 @@ class _AllHabibMedicalServiceState extends State<AllHabibMedicalService> {
|
|
|
|
|
'assets/images/new-design/upcoming_icon_bottom_bar.png',
|
|
|
|
|
title: TranslationBase.of(context).todoList,
|
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
FadePage(page: SymptomInfo()),
|
|
|
|
|
),
|
|
|
|
|
imageLocation: 'assets/images/new-design/body_icon.png',
|
|
|
|
|
title: 'Symptom Checker'),
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
FadePage(page: BloodDonationPage()),
|
|
|
|
|
),
|
|
|
|
|
imageLocation: 'assets/images/new-design/blood_icon.png',
|
|
|
|
|
title: 'Blood Donation',
|
|
|
|
|
),
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
FadePage(
|
|
|
|
|
page: (HealthCalculators()),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
imageLocation:
|
|
|
|
|
'assets/images/new-design/health_calculator_icon.png',
|
|
|
|
|
title: 'Health Calculators',
|
|
|
|
|
),
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
FadePage(
|
|
|
|
|
page: HealthConverter(),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
imageLocation:
|
|
|
|
|
'assets/images/new-design/health_convertor_icon.png',
|
|
|
|
|
title: 'Health Converter',
|
|
|
|
|
),
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
FadePage(
|
|
|
|
|
page: H2OPageIndexPage(),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
imageLocation: 'assets/images/new-design/water_icon.png',
|
|
|
|
|
title: 'H2O',
|
|
|
|
|
),
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
FadePage(),
|
|
|
|
|
),
|
|
|
|
|
imageLocation: 'assets/images/new-design/smartwatch_icon.png',
|
|
|
|
|
title: TranslationBase.of(context).smartWatches,
|
|
|
|
|
),
|
|
|
|
|
ServicesContainer(
|
|
|
|
|
onTap: () => Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
|