|
|
|
@ -165,9 +165,7 @@ class ProfileMedicalInfoWidget extends StatelessWidget {
|
|
|
|
nameLine1: TranslationBase.of(context).admission,
|
|
|
|
nameLine1: TranslationBase.of(context).admission,
|
|
|
|
nameLine2: TranslationBase.of(context).request,
|
|
|
|
nameLine2: TranslationBase.of(context).request,
|
|
|
|
icon: 'patient/admission_req.png'),
|
|
|
|
icon: 'patient/admission_req.png'),
|
|
|
|
if (selectedPatientType != 0 &&
|
|
|
|
if (patientType == "1")
|
|
|
|
selectedPatientType != 5 &&
|
|
|
|
|
|
|
|
selectedPatientType != 7)
|
|
|
|
|
|
|
|
PatientProfileButton(
|
|
|
|
PatientProfileButton(
|
|
|
|
key: key,
|
|
|
|
key: key,
|
|
|
|
patient: patient,
|
|
|
|
patient: patient,
|
|
|
|
|