add progress note

merge-requests/357/head
Elham Rababah 5 years ago
parent ed25195593
commit 98c02be9a3

@ -103,14 +103,13 @@ class ProfileMedicalInfoWidgetSearch extends StatelessWidget {
nameLine1: TranslationBase.of(context).patientSick, nameLine1: TranslationBase.of(context).patientSick,
nameLine2: TranslationBase.of(context).leave, nameLine2: TranslationBase.of(context).leave,
icon: 'sick_leaves_icons.png'), icon: 'sick_leaves_icons.png'),
PatientProfileButton(
// PatientProfileButton( key: key,
// key: key, patient: patient,
// patient: patient, route: PROGRESS_NOTE,
// route: PROGRESS_NOTE, nameLine1: TranslationBase.of(context).progress,
// nameLine1: TranslationBase.of(context).progress, nameLine2: TranslationBase.of(context).note,
// nameLine2: TranslationBase.of(context).note, icon: 'heartbeat.png'),
// icon: 'heartbeat.png'),
], ],
), ),
); );

Loading…
Cancel
Save