Index: shared/scripts/configuration/strings.py =================================================================== diff -u -rb6887f320c7cda9c70b8f47cb44ebe6fc0c892f0 -rcea724e0b33dcd446f230ab23d6aa3729e6f86fd --- shared/scripts/configuration/strings.py (.../strings.py) (revision b6887f320c7cda9c70b8f47cb44ebe6fc0c892f0) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision cea724e0b33dcd446f230ab23d6aa3729e6f86fd) @@ -19,19 +19,8 @@ SALINE_UNIT = "mL" BLOOD_PRIMING_DEFAULT_VALUE = "0 mL" +PRE_TREATMENT_SCREENS = ["Create" , "Sample" , "Consumables" , "Disposables" , "Prime" , "Ultrafiltration" , "BP/HR" , "Connection" , "Start"] -PRE_TREATMENT_SCREENS = { - 1 : "Create" , - 2 : "Sample" , - 3 : "Consumables" , - 4 : "Disposables" , - 5 : "Prime" , - 6 : "Ultrafiltration" , - 7 : "BP/HR" , - 8 : "Connection" , - 9 : "Start" -} - # dictionary of rejection reason from application source code. # message location -> denali-> Headers-> common-> MsgDefs.h REJECTION_REASON = {