Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r15fbf4a997a623075de279669293457c9e46ff79 -r8f5b6cac866b9fb5ffe865fb0c50974622704876 --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 15fbf4a997a623075de279669293457c9e46ff79) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 8f5b6cac866b9fb5ffe865fb0c50974622704876) @@ -124,9 +124,6 @@ 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" -REQUEST = "[1] Request is not allowed in the current operating mode" -RINSEBACK_PAUSED ="Rinseback Paused" #Device Settings Options DEVICE_SETTINGS = "Device Settings" @@ -211,3 +208,10 @@ "Install blood tubing set and dialyzer.", ] START_TREATMENT_REJECTION_NOTIFICATION = "[1] Request is not allowed in the current operating mode" + +#Rinseback +BLOOD_RETURN_SETUP = "Blood Return Setup" +REQUEST = "[1] Request is not allowed in the current operating mode" +RINSEBACK_PAUSED = "Rinseback Paused" +BLOOD_RETURN_COUNTDOWN_DESCRIPTION_TEXT = "Blood return will NOT be allowed in:" +BLOOD_RETURN_COMPLETE = "Blood Return Complete!"