Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r8ee48acf86b35eb9f9d552b3f5721c8033aa293b -r482751bf56168ed081eae22617f3b16a7522a53f --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 8ee48acf86b35eb9f9d552b3f5721c8033aa293b) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 482751bf56168ed081eae22617f3b16a7522a53f) @@ -151,16 +151,8 @@ TREATMENT = "Treatment" SETTINGS = "Settings" -#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" - # Pre-Treatment Foundation CONCENTRATES_PAGE_TITLE = "Connect Acid and Bicarbonate Concentrates" -CONCENTRATES_PAGE_CONTENTS = [ - "Remove acid connector and connect to acid concentrate.", - "Connect dry bicarbonate.", -] INSTALLATION_STEPPER_1_PAGE_TITLE = "Install Blood Tubing Set" INSTALLATION_STEPPER_2_PAGE_TITLE = "Install Bloodlines" INSTALLATION_STEPPER_3_PAGE_TITLE = "Install Pressure Lines and Dialyzer" @@ -172,14 +164,4 @@ ] PRIME_PAGE_CONTENTS = ["Blood Tubing Circuit Priming", "Dialysate Circuit Priming"] CONNECT_PAGE_TITLE = "Connect Bloodlines to the Patient" -DISCONNECT_PAGE_TITLE = "Remove Concentrates and Blood Tubing Set" -DISCONNECT_PAGE_CONTENTS = [ - "Remove blood tubing set and dialyzer.", - "Remove acid and bicarbonate concentrates.", -] INSTALLATION_PAGE_TITLE = "Install Concentrates and Blood Tubing Set" -INSTALLATION_PAGE_CONTENTS = [ - "Install acid and bicarbonate concentrates.", - "Install blood tubing set, dialyzer, and saline bag.", -] -START_TREATMENT_REJECTION_NOTIFICATION = "[1] Request is not allowed in the current operating mode"