|
|
|
|
@ -39,70 +39,70 @@ class ProfileGridForInPatient extends StatelessWidget {
|
|
|
|
|
TranslationBase.of(context).vital,
|
|
|
|
|
TranslationBase.of(context).signs,
|
|
|
|
|
VITAL_SIGN_DETAILS,
|
|
|
|
|
'patient/vital_signs.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/vital signs.svg',
|
|
|
|
|
isInPatient: isInpatient),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).lab,
|
|
|
|
|
TranslationBase.of(context).result,
|
|
|
|
|
LAB_RESULT,
|
|
|
|
|
'patient/lab_results.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/lab results.svg',
|
|
|
|
|
isInPatient: isInpatient),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).lab,
|
|
|
|
|
TranslationBase.of(context).special,
|
|
|
|
|
ALL_SPECIAL_LAB_RESULT,
|
|
|
|
|
'patient/lab_results.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/lab results.svg',
|
|
|
|
|
isInPatient: isInpatient),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).radiology,
|
|
|
|
|
TranslationBase.of(context).result,
|
|
|
|
|
RADIOLOGY_PATIENT,
|
|
|
|
|
'patient/health_summary.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/Radiology.svg',
|
|
|
|
|
isInPatient: isInpatient),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).patient,
|
|
|
|
|
TranslationBase.of(context).prescription,
|
|
|
|
|
ORDER_PRESCRIPTION_NEW,
|
|
|
|
|
'patient/order_prescription.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/order prescription.svg',
|
|
|
|
|
isInPatient: isInpatient),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).progress,
|
|
|
|
|
TranslationBase.of(context).note,
|
|
|
|
|
PROGRESS_NOTE,
|
|
|
|
|
'patient/Progress_notes.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/Progress notes.svg',
|
|
|
|
|
isInPatient: isInpatient,
|
|
|
|
|
isDischargedPatient: isDischargedPatient),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).order,
|
|
|
|
|
TranslationBase.of(context).sheet,
|
|
|
|
|
ORDER_NOTE,
|
|
|
|
|
'patient/Progress_notes.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/Progress notes.svg',
|
|
|
|
|
isInPatient: isInpatient,
|
|
|
|
|
isDischargedPatient: isDischargedPatient),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).orders,
|
|
|
|
|
TranslationBase.of(context).procedures,
|
|
|
|
|
ORDER_PROCEDURE,
|
|
|
|
|
'patient/Order_Procedures.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/Order Procedures.svg',
|
|
|
|
|
isInPatient: isInpatient),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).health,
|
|
|
|
|
TranslationBase.of(context).summary,
|
|
|
|
|
HEALTH_SUMMARY,
|
|
|
|
|
'patient/health_summary.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/health summary.svg',
|
|
|
|
|
isInPatient: isInpatient),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).medical,
|
|
|
|
|
TranslationBase.of(context).report,
|
|
|
|
|
PATIENT_MEDICAL_REPORT,
|
|
|
|
|
'patient/health_summary.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/medical report.svg',
|
|
|
|
|
isInPatient: isInpatient,
|
|
|
|
|
isDisable: false),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).referral,
|
|
|
|
|
TranslationBase.of(context).patient,
|
|
|
|
|
REFER_IN_PATIENT_TO_DOCTOR,
|
|
|
|
|
'patient/refer_patient.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/refer patient.svg',
|
|
|
|
|
isInPatient: isInpatient,
|
|
|
|
|
isDisable: isDischargedPatient || isFromSearch,
|
|
|
|
|
),
|
|
|
|
|
@ -110,62 +110,62 @@ class ProfileGridForInPatient extends StatelessWidget {
|
|
|
|
|
TranslationBase.of(context).insurance,
|
|
|
|
|
TranslationBase.of(context).approvals,
|
|
|
|
|
PATIENT_INSURANCE_APPROVALS_NEW,
|
|
|
|
|
'patient/vital_signs.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/insurance approval.svg',
|
|
|
|
|
isInPatient: isInpatient),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).discharge,
|
|
|
|
|
TranslationBase.of(context).report,
|
|
|
|
|
DISCHARGE_SUMMARY,
|
|
|
|
|
'patient/patient_sick_leave.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/discharge summary.svg',
|
|
|
|
|
isInPatient: isInpatient,
|
|
|
|
|
),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).patientSick,
|
|
|
|
|
TranslationBase.of(context).leave,
|
|
|
|
|
ADD_SICKLEAVE,
|
|
|
|
|
'patient/patient_sick_leave.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/patient sick leave.svg',
|
|
|
|
|
isInPatient: isInpatient,
|
|
|
|
|
),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).operation,
|
|
|
|
|
TranslationBase.of(context).report,
|
|
|
|
|
GET_OPERATION_REPORT,
|
|
|
|
|
'patient/patient_sick_leave.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/patient sick leave.svg',
|
|
|
|
|
isInPatient: isInpatient,
|
|
|
|
|
),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).pending,
|
|
|
|
|
TranslationBase.of(context).orders,
|
|
|
|
|
PENDING_ORDERS,
|
|
|
|
|
'patient/patient_sick_leave.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/patient sick leave.svg',
|
|
|
|
|
isInPatient: isInpatient,
|
|
|
|
|
),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).admission,
|
|
|
|
|
TranslationBase.of(context).orders,
|
|
|
|
|
ADMISSION_ORDERS,
|
|
|
|
|
'patient/Progress_notes.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/admission req.svg',
|
|
|
|
|
isInPatient: isInpatient,
|
|
|
|
|
),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
"Nursing",
|
|
|
|
|
TranslationBase.of(context).progressNote,
|
|
|
|
|
NURSING_PROGRESS_NOTE,
|
|
|
|
|
'patient/Progress_notes.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/Progress notes.svg',
|
|
|
|
|
isInPatient: isInpatient,
|
|
|
|
|
),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).diagnosis,
|
|
|
|
|
"",
|
|
|
|
|
DIAGNOSIS_FOR_IN_PATIENT,
|
|
|
|
|
'patient/patient_sick_leave.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/patient sick leave.svg',
|
|
|
|
|
isInPatient: isInpatient,
|
|
|
|
|
),
|
|
|
|
|
PatientProfileCardModel(
|
|
|
|
|
TranslationBase.of(context).diabetic,
|
|
|
|
|
TranslationBase.of(context).chart,
|
|
|
|
|
DIABETIC_CHART_VALUES,
|
|
|
|
|
'patient/patient_sick_leave.png',
|
|
|
|
|
'assets/images/svgs/profile_screen/diabetic chart.svg',
|
|
|
|
|
isInPatient: isInpatient,
|
|
|
|
|
),
|
|
|
|
|
];
|
|
|
|
|
|