Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r8ac0eae52c22298abedaec3200ebd450888c3ac2 -r6078061ad1c24e3ad4873a1a64f3bb4fcfd3e2eb --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 8ac0eae52c22298abedaec3200ebd450888c3ac2) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 6078061ad1c24e3ad4873a1a64f3bb4fcfd3e2eb) @@ -97,3 +97,26 @@ #Feature Options FEATURE_CONFIGURATIONS_SCREEN_TITLE_TEXT = "Feature Configurations" FEATURE_CONFIGURATIONS_PARAMETERS_TEXTS = ["Integrated BP Cuff", "Heparin Syringe Pump", "Chemical Disinfection"] +MEASURE_VITALS = "Measure Vitals" + +#Device Settings Options +DEVICE_SETTINGS = "Device Settings" +ADVANCED_MODE = "Advanced Mode" +DEVICE_INFORMATION = "Device Information" +WI_FI = "Wi-Fi" +DEVICE_CLEANING = "Device Cleaning" +SERVICE = "Service" +EXPORT_LOGS = "Export Logs" +VOLUME_AND_BRIGHTNESS = "Volume And Brightness" +FEATURE_CONFIGURATIONS = "Feature Configurations" +ADVANCED_INSTITUTIONAL_SETTINGS = "Advanced Institutional Settings" +FACTORY_RESET = "Factory Reset" +ENABLE_ROOT_SSH = "Enable Root SSH" +INSTITUTIONAL_CONFIGURATIONS = "Institutional Configurations" +DATE_AND_TIME = "Date and Time" +LANGUAGE = "Language" + +#Menu Bar +PRESCRIPTIONS = "Prescriptions" +TREATMENT = "Treatment" +SETTINGS = "Settings"