Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r03b5230f7cecbb728de9357e4582cf381b24cba2 -ra4f1e264727015d92baa065dde52c33c0bc33ef3 --- shared/scripts/configuration/strings.py (.../strings.py) (revision 03b5230f7cecbb728de9357e4582cf381b24cba2) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision a4f1e264727015d92baa065dde52c33c0bc33ef3) @@ -19,17 +19,7 @@ SALINE_UNIT = "mL" BLOOD_PRIMING_DEFAULT_VALUE = "0 mL" -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 @@ -123,6 +113,8 @@ COMPLETE_COLOR= '#4290ec' ENABLED_COLOR = '#fcfcfc' INCOMPLETE_COLOR = '#607a91' +PATIENT_ID_TEXT = "Patient ID" +PATIENT_ID = "demopatientid" BLOOD_FLOW_RATE = "Blood Flow Rate" DIALYSATE_FLOW_RATE = "Dialysate Flow Rate" DURATION = "Duration"