|
|
|
@ -70,7 +70,7 @@ class ProfileMedicalInfoWidget extends StatelessWidget {
|
|
|
|
nameLine2: TranslationBase.of(context).episode,
|
|
|
|
nameLine2: TranslationBase.of(context).episode,
|
|
|
|
route: UPDATE_EPISODE,
|
|
|
|
route: UPDATE_EPISODE,
|
|
|
|
icon: 'modilfy-episode.png'),
|
|
|
|
icon: 'modilfy-episode.png'),
|
|
|
|
if (int.parse(patientType) == 7)
|
|
|
|
if (int.parse(patientType) == 7 || int.parse(patientType) == 6)
|
|
|
|
PatientProfileButton(
|
|
|
|
PatientProfileButton(
|
|
|
|
key: key,
|
|
|
|
key: key,
|
|
|
|
patient: patient,
|
|
|
|
patient: patient,
|
|
|
|
@ -106,7 +106,7 @@ class ProfileMedicalInfoWidget extends StatelessWidget {
|
|
|
|
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'),
|
|
|
|
if (selectedPatientType == 7|| int.parse(patientType) == 6)
|
|
|
|
if (int.parse(patientType) == 7 || int.parse(patientType) == 6)
|
|
|
|
PatientProfileButton(
|
|
|
|
PatientProfileButton(
|
|
|
|
key: key,
|
|
|
|
key: key,
|
|
|
|
patient: patient,
|
|
|
|
patient: patient,
|
|
|
|
@ -128,7 +128,7 @@ class ProfileMedicalInfoWidget extends StatelessWidget {
|
|
|
|
nameLine1: TranslationBase.of(context).orders,
|
|
|
|
nameLine1: TranslationBase.of(context).orders,
|
|
|
|
nameLine2: TranslationBase.of(context).procedures,
|
|
|
|
nameLine2: TranslationBase.of(context).procedures,
|
|
|
|
icon: 'lab.png'),
|
|
|
|
icon: 'lab.png'),
|
|
|
|
if (selectedPatientType == 7|| int.parse(patientType) == 6)
|
|
|
|
if (int.parse(patientType) == 7 || int.parse(patientType) == 6)
|
|
|
|
PatientProfileButton(
|
|
|
|
PatientProfileButton(
|
|
|
|
key: key,
|
|
|
|
key: key,
|
|
|
|
patient: patient,
|
|
|
|
patient: patient,
|
|
|
|
@ -152,7 +152,7 @@ class ProfileMedicalInfoWidget 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'),
|
|
|
|
if (selectedPatientType == 7|| int.parse(patientType) == 6)
|
|
|
|
if (int.parse(patientType) == 7 || int.parse(patientType) == 6)
|
|
|
|
PatientProfileButton(
|
|
|
|
PatientProfileButton(
|
|
|
|
key: key,
|
|
|
|
key: key,
|
|
|
|
patient: patient,
|
|
|
|
patient: patient,
|
|
|
|
|