merge-update-with-lab-changes
haroon amjad 2 years ago
parent da0a164b0e
commit 786dd76f57

@ -55,21 +55,21 @@ class InPatientServicesHome extends StatelessWidget {
List<Widget> getInPatientServicesList(BuildContext context) {
List<Widget> 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(

Loading…
Cancel
Save