Index: shared/scripts/configuration/strings.py =================================================================== diff -u -ra309546f47434a0a2a22de97e24947d252b59106 -r5347ee52338d76725d5f4cdca3f8077ef2997ba3 --- shared/scripts/configuration/strings.py (.../strings.py) (revision a309546f47434a0a2a22de97e24947d252b59106) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 5347ee52338d76725d5f4cdca3f8077ef2997ba3) @@ -41,19 +41,8 @@ 3 : "Connect arterial and venous cartridge lines to your patient access lines." } -PRE_TREATMENT_SCREENS = { - 1 : "Create" , - 2 : "Sample" , - 3 : "Consumables" , - 4 : "Disposables" , - 5 : "Prime" , - 6 : "Ultrafiltration" , - 7 : "BP/HR" , - 8 : "Connection" , - 9 : "Start" -} +PRE_TREATMENT_SCREENS = ["Create" , "Sample" , "Consumables" , "Disposables" , "Prime" , "Ultrafiltration" , "BP/HR" , "Connection" , "Start"] - # dictionary of rejection reason from application source code. # message location -> denali-> Headers-> common-> MsgDefs.h REJECTION_REASON = {