|
|
|
@ -4,32 +4,32 @@ import 'package:diplomaticquarterapp/uitl/translations_delegate_base.dart';
|
|
|
|
class ArrivedButtons {
|
|
|
|
class ArrivedButtons {
|
|
|
|
static var buttons = [
|
|
|
|
static var buttons = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"title": "Arrived",
|
|
|
|
"title": TranslationBase.of(AppGlobal.context).arrived,
|
|
|
|
"subtitle": "Status",
|
|
|
|
"subtitle": TranslationBase.of(AppGlobal.context).status,
|
|
|
|
"icon": "assets/images/new-design/waiting-room.png",
|
|
|
|
"icon": "assets/images/new-design/waiting-room.png",
|
|
|
|
"caller": "openReschedule"
|
|
|
|
"caller": "openReschedule"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"title": "Medicines",
|
|
|
|
"title": TranslationBase.of(AppGlobal.context).medicines,
|
|
|
|
"subtitle": "Prescriptions",
|
|
|
|
"subtitle": TranslationBase.of(AppGlobal.context).medicinesSubtitle,
|
|
|
|
"icon": "assets/images/new-design/medicine_prescriptions_icon.png",
|
|
|
|
"icon": "assets/images/new-design/medicine_prescriptions_icon.png",
|
|
|
|
"caller": "prescriptions"
|
|
|
|
"caller": "prescriptions"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"title": "Radiology",
|
|
|
|
"title": TranslationBase.of(AppGlobal.context).radiology,
|
|
|
|
"subtitle": "Services",
|
|
|
|
"subtitle": TranslationBase.of(AppGlobal.context).radiologySubtitle,
|
|
|
|
"icon": "assets/images/new-design/radiology_service_icon.png",
|
|
|
|
"icon": "assets/images/new-design/radiology_service_icon.png",
|
|
|
|
"caller": "radiology"
|
|
|
|
"caller": "radiology"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"title": "Lab",
|
|
|
|
"title": TranslationBase.of(AppGlobal.context).lab,
|
|
|
|
"subtitle": "Result",
|
|
|
|
"subtitle": TranslationBase.of(AppGlobal.context).labSubtitle,
|
|
|
|
"icon": "assets/images/new-design/lab_result_icon.png",
|
|
|
|
"icon": "assets/images/new-design/lab_result_icon.png",
|
|
|
|
"caller": "labResult"
|
|
|
|
"caller": "labResult"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"title": "Vital Signs",
|
|
|
|
"title": TranslationBase.of(AppGlobal.context).vitalSigns,
|
|
|
|
"subtitle": "Values",
|
|
|
|
"subtitle": TranslationBase.of(AppGlobal.context).vitalSignsSubtitle,
|
|
|
|
"icon": "assets/images/new-design/vital_signs.png",
|
|
|
|
"icon": "assets/images/new-design/vital_signs.png",
|
|
|
|
"caller": "VitalSigns"
|
|
|
|
"caller": "VitalSigns"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
@ -40,20 +40,20 @@ class ArrivedButtons {
|
|
|
|
"caller": "insertComplaint"
|
|
|
|
"caller": "insertComplaint"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"title": "Insurance",
|
|
|
|
"title": TranslationBase.of(AppGlobal.context).insurance,
|
|
|
|
"subtitle": "Approvals",
|
|
|
|
"subtitle": TranslationBase.of(AppGlobal.context).insuranceSubtitle,
|
|
|
|
"icon": "assets/images/new-design/insurance_approvals_icon.png",
|
|
|
|
"icon": "assets/images/new-design/insurance_approvals_icon.png",
|
|
|
|
"caller": "Insurance"
|
|
|
|
"caller": "Insurance"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"title": "Ask Your",
|
|
|
|
"title": TranslationBase.of(AppGlobal.context).askYour,
|
|
|
|
"subtitle": "Doctor",
|
|
|
|
"subtitle": TranslationBase.of(AppGlobal.context).askYourSubtitle,
|
|
|
|
"icon": "assets/images/new-design/ask_doctor_icon.png",
|
|
|
|
"icon": "assets/images/new-design/ask_doctor_icon.png",
|
|
|
|
"caller": "askDoc"
|
|
|
|
"caller": "askDoc"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"title": "Survey",
|
|
|
|
"title": TranslationBase.of(AppGlobal.context).appoSurvey,
|
|
|
|
"subtitle": "Service",
|
|
|
|
"subtitle": TranslationBase.of(AppGlobal.context).service,
|
|
|
|
"icon": "assets/images/new-design/survey.png",
|
|
|
|
"icon": "assets/images/new-design/survey.png",
|
|
|
|
"caller": "Survey"
|
|
|
|
"caller": "Survey"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|