merge-requests/360/head
hussam al-habibeh 5 years ago
parent 4eaea955f8
commit 53f45adf69

@ -26,7 +26,6 @@ class ProfileMedicalInfoWidgetSearch extends StatelessWidget {
crossAxisCount: 2, crossAxisCount: 2,
childAspectRatio: 1.5, childAspectRatio: 1.5,
children: [ children: [
PatientProfileButton( PatientProfileButton(
key: key, key: key,
patient: patient, patient: patient,
@ -66,16 +65,15 @@ class ProfileMedicalInfoWidgetSearch extends StatelessWidget {
// nameLine1: TranslationBase.of(context).admission, // nameLine1: TranslationBase.of(context).admission,
// nameLine2: TranslationBase.of(context).request, // nameLine2: TranslationBase.of(context).request,
// icon: 'heartbeat.png'), // icon: 'heartbeat.png'),
// (int.parse(patientType) == 7 || int.parse(patientType) == 6) (int.parse(patientType) == 7 || int.parse(patientType) == 6)
// ? PatientProfileButton( ? PatientProfileButton(
// key: key, key: key,
// patient: patient, patient: patient,
// route: ORDER_PRESCRIPTION, route: ORDER_PRESCRIPTION,
// nameLine1: TranslationBase.of(context).orders, nameLine1: TranslationBase.of(context).orders,
// nameLine2: TranslationBase.of(context).prescription, nameLine2: TranslationBase.of(context).prescription,
// icon: 'lab.png') icon: 'lab.png')
// : : PatientProfileButton(
PatientProfileButton(
key: key, key: key,
patient: patient, patient: patient,
route: ORDER_PRESCRIPTION_HISTORY, route: ORDER_PRESCRIPTION_HISTORY,

Loading…
Cancel
Save