|
|
|
@ -56,6 +56,7 @@ class ProfileMedicalInfoWidgetInPatient extends StatelessWidget {
|
|
|
|
nameLine1: TranslationBase.of(context).vital,
|
|
|
|
nameLine1: TranslationBase.of(context).vital,
|
|
|
|
nameLine2: TranslationBase.of(context).signs,
|
|
|
|
nameLine2: TranslationBase.of(context).signs,
|
|
|
|
route: VITAL_SIGN_DETAILS,
|
|
|
|
route: VITAL_SIGN_DETAILS,
|
|
|
|
|
|
|
|
isInPatient: true,
|
|
|
|
icon: 'patient/vital_signs.png'),
|
|
|
|
icon: 'patient/vital_signs.png'),
|
|
|
|
PatientProfileButton(
|
|
|
|
PatientProfileButton(
|
|
|
|
key: key,
|
|
|
|
key: key,
|
|
|
|
@ -63,6 +64,7 @@ class ProfileMedicalInfoWidgetInPatient extends StatelessWidget {
|
|
|
|
patientType: patientType,
|
|
|
|
patientType: patientType,
|
|
|
|
arrivalType: arrivalType,
|
|
|
|
arrivalType: arrivalType,
|
|
|
|
route: LAB_RESULT,
|
|
|
|
route: LAB_RESULT,
|
|
|
|
|
|
|
|
isInPatient: true,
|
|
|
|
nameLine1: TranslationBase.of(context).lab,
|
|
|
|
nameLine1: TranslationBase.of(context).lab,
|
|
|
|
nameLine2: TranslationBase.of(context).result,
|
|
|
|
nameLine2: TranslationBase.of(context).result,
|
|
|
|
icon: 'patient/lab_results.png'),
|
|
|
|
icon: 'patient/lab_results.png'),
|
|
|
|
@ -71,7 +73,7 @@ class ProfileMedicalInfoWidgetInPatient extends StatelessWidget {
|
|
|
|
patient: patient,
|
|
|
|
patient: patient,
|
|
|
|
patientType: patientType,
|
|
|
|
patientType: patientType,
|
|
|
|
arrivalType: arrivalType,
|
|
|
|
arrivalType: arrivalType,
|
|
|
|
isInpatient: isInpatient,
|
|
|
|
isInPatient: isInpatient,
|
|
|
|
route: RADIOLOGY_PATIENT,
|
|
|
|
route: RADIOLOGY_PATIENT,
|
|
|
|
nameLine1: TranslationBase.of(context).radiology,
|
|
|
|
nameLine1: TranslationBase.of(context).radiology,
|
|
|
|
nameLine2: TranslationBase.of(context).result,
|
|
|
|
nameLine2: TranslationBase.of(context).result,
|
|
|
|
@ -141,6 +143,7 @@ class ProfileMedicalInfoWidgetInPatient extends StatelessWidget {
|
|
|
|
patientType: patientType,
|
|
|
|
patientType: patientType,
|
|
|
|
arrivalType: arrivalType,
|
|
|
|
arrivalType: arrivalType,
|
|
|
|
route: REFER_IN_PATIENT_TO_DOCTOR,
|
|
|
|
route: REFER_IN_PATIENT_TO_DOCTOR,
|
|
|
|
|
|
|
|
isInPatient: true,
|
|
|
|
nameLine1: TranslationBase.of(context).referral,
|
|
|
|
nameLine1: TranslationBase.of(context).referral,
|
|
|
|
nameLine2: TranslationBase.of(context).patient,
|
|
|
|
nameLine2: TranslationBase.of(context).patient,
|
|
|
|
icon: 'patient/refer_patient.png'),
|
|
|
|
icon: 'patient/refer_patient.png'),
|
|
|
|
|