|
|
|
|
@ -82,14 +82,14 @@ class ProfileMedicalInfoWidgetInPatient extends StatelessWidget {
|
|
|
|
|
nameLine2: TranslationBase.of(context).prescription,
|
|
|
|
|
icon: 'patient/order_prescription.png'),
|
|
|
|
|
PatientProfileButton(
|
|
|
|
|
key: key,
|
|
|
|
|
patient: patient,
|
|
|
|
|
patientType: patientType,
|
|
|
|
|
arrivalType: arrivalType,
|
|
|
|
|
route: PROGRESS_NOTE,
|
|
|
|
|
nameLine1: TranslationBase.of(context).progress,
|
|
|
|
|
nameLine2: TranslationBase.of(context).note,
|
|
|
|
|
icon: 'patient/Progress_notes.png'),
|
|
|
|
|
key: key,
|
|
|
|
|
patient: patient,
|
|
|
|
|
patientType: patientType,
|
|
|
|
|
arrivalType: arrivalType,
|
|
|
|
|
route: PROGRESS_NOTE,
|
|
|
|
|
nameLine1: TranslationBase.of(context).progress,
|
|
|
|
|
nameLine2: TranslationBase.of(context).note,
|
|
|
|
|
icon: 'patient/Progress_notes.png'),
|
|
|
|
|
PatientProfileButton(
|
|
|
|
|
key: key,
|
|
|
|
|
patient: patient,
|
|
|
|
|
@ -149,15 +149,15 @@ class ProfileMedicalInfoWidgetInPatient extends StatelessWidget {
|
|
|
|
|
nameLine2: TranslationBase.of(context).approvals,
|
|
|
|
|
icon: 'patient/vital_signs.png'),
|
|
|
|
|
PatientProfileButton(
|
|
|
|
|
key: key,
|
|
|
|
|
patient: patient,
|
|
|
|
|
patientType: patientType,
|
|
|
|
|
arrivalType: arrivalType,
|
|
|
|
|
isDisable: true,
|
|
|
|
|
route: null,
|
|
|
|
|
nameLine1: "Discharge",
|
|
|
|
|
nameLine2: "Summery",
|
|
|
|
|
icon: 'patient/patient_sick_leave.png'),
|
|
|
|
|
key: key,
|
|
|
|
|
patient: patient,
|
|
|
|
|
patientType: patientType,
|
|
|
|
|
arrivalType: arrivalType,
|
|
|
|
|
isDisable: true,
|
|
|
|
|
route: null,
|
|
|
|
|
nameLine1: "Discharge",
|
|
|
|
|
nameLine2: "Summery",
|
|
|
|
|
icon: 'patient/patient_sick_leave.png'),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
);
|
|
|
|
|
|