diff --git a/lib/pages/InPatientServices/inpatient_home.dart b/lib/pages/InPatientServices/inpatient_home.dart index 3311a088..19ae5b3d 100644 --- a/lib/pages/InPatientServices/inpatient_home.dart +++ b/lib/pages/InPatientServices/inpatient_home.dart @@ -55,21 +55,21 @@ class InPatientServicesHome extends StatelessWidget { List getInPatientServicesList(BuildContext context) { List serviceList = List(); - serviceList.add( - InkWell( - onTap: () { - // Navigator.push(context, FadePage(page: AdvancePaymentPage())); - }, - child: MedicalProfileItem( - title: TranslationBase.of(context).admissionGeneral, - imagePath: 'admission.svg', - subTitle: TranslationBase.of(context).consent, - width: 50.0, - height: 40.0, - isInPatient: true, - ), - ), - ); + // serviceList.add( + // InkWell( + // onTap: () { + // // Navigator.push(context, FadePage(page: AdvancePaymentPage())); + // }, + // child: MedicalProfileItem( + // title: TranslationBase.of(context).admissionGeneral, + // imagePath: 'admission.svg', + // subTitle: TranslationBase.of(context).consent, + // width: 50.0, + // height: 40.0, + // isInPatient: true, + // ), + // ), + // ); serviceList.add( InkWell( @@ -135,21 +135,21 @@ class InPatientServicesHome extends StatelessWidget { ), ); - serviceList.add( - InkWell( - onTap: () { - // Navigator.push(context, FadePage(page: AdvancePaymentPage())); - }, - child: MedicalProfileItem( - title: TranslationBase.of(context).admissionNoticeTitle, - imagePath: 'admission_notice.svg', - subTitle: TranslationBase.of(context).admissionNoticeSubTitle, - width: 50.0, - height: 40.0, - isInPatient: true, - ), - ), - ); + // serviceList.add( + // InkWell( + // onTap: () { + // // Navigator.push(context, FadePage(page: AdvancePaymentPage())); + // }, + // child: MedicalProfileItem( + // title: TranslationBase.of(context).admissionNoticeTitle, + // imagePath: 'admission_notice.svg', + // subTitle: TranslationBase.of(context).admissionNoticeSubTitle, + // width: 50.0, + // height: 40.0, + // isInPatient: true, + // ), + // ), + // ); serviceList.add( InkWell(