Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r2973400d6b1fd9c3eb3a585444a3df1d616d5a04 -r4b929ef6eef32479f10e84325b0ad12173474a4d --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 2973400d6b1fd9c3eb3a585444a3df1d616d5a04) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 4b929ef6eef32479f10e84325b0ad12173474a4d) @@ -111,11 +111,22 @@ #Blood Set Auto Load BLOOD_SET_AUTO_LOAD_REJECTION = "[1] Request is not allowed in the current operating mode" BLOOD_SET_AUTO_EJECT_REJECTION = "[1] Request is not allowed in the current operating mode" + #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" +# Service Institutional +INSTITUTIONAL_CONFIGURATIONS_SCREEN_TITLE_TEXT = "Institutional Configurations" +ADVANCED_INSTITUTIONAL_SETTINGS_SCREEN_TITLE_TEXT = "Advanced Institutional Settings" +ADVANCED_INSTITUTIONAL_SETTINGS_NOTIFICATION_TEXT = "Advanced Institutional records and preferences updated" +INSTITUTIONAL_SETTINGS_NOTIFICATION_TEXT = "Institutional records and preferences updated" +ERROR_ADVANCED_INSTITUTIONAL_SETTINGS_NOTIFICATION_TEXT = "Error Adjusting Advanced Institutional Records" +ERROR_INSTITUTIONAL_SETTINGS_NOTIFICATION_TEXT = "Error Adjusting Institutional Records" +CREATERX = "Rx" +NEXT = "Next" + #Device Settings Options DEVICE_SETTINGS = "Device Settings" ADVANCED_MODE = "Advanced Mode"