Index: shared/scripts/configuration/config.py =================================================================== diff -u -r98f13c9198e630726f86fa3288e452554d3b2cf5 -r7882eef58dfd3755ab3a6f2709a6e81f8662a0a2 --- shared/scripts/configuration/config.py (.../config.py) (revision 98f13c9198e630726f86fa3288e452554d3b2cf5) +++ shared/scripts/configuration/config.py (.../config.py) (revision 7882eef58dfd3755ab3a6f2709a6e81f8662a0a2) @@ -40,20 +40,36 @@ -# tst_pretreatment_screens -PRE_TREATMENT_SCREENS = ["Create" , "Sample" , "Consumables" , "Disposables" , "Prime" , "Ultrafiltration" , "BP/HR" , "Connection" , "Start"] +# tst_pretreatment_patient_connection +PRE_TREATMENT_SCREENS = { + 1 : "Create" , + 2 : "Sample" , + 3 : "Consumables" , + 4 : "Disposables" , + 5 : "Prime" , + 6 : "Ultrafiltration" , + 7 : "BP/HR" , + 8 : "Connection" , + 9 : "Start" +} UF_MINIMUM_SLIDER_WIDTH = -2 UF_MAXIMUM_SLIDER_WIDTH = 638.00 UF_VALID_RANGE = 700 PATIENT_CONNECTION_TEXT = "Patient Connection" +UF_VOLUME_TEXT = "Ultrafiltration Volume (L)" +UF_TITLE_TEXT = "Ultrafiltration Setup" +BP_HR_TEXT = "BP/HR" +SKIP_TEXT = "SKIP" +BP_TEXT = "Blood Pressure" +MMHG_TEXT = "mmHg" +HR_TEXT = "Heart Rate" +BPM_LABEL = "BPM" TUTORIAL_TEXT = { 1 : "Wash your hands and establish vascular access per your clinic's instructions.", 2 : "Pinch arterial clamp and venous clamp on located on the cartridge patient lines.", 3 : "Remove arterial and venous shunt.", 4 : "Connect arterial and venous cartridge lines to your patient access lines." } -UF_VOLUME_TEXT = "Ultrafiltration Volume (L)" -UF_TITLE_TEXT = "Ultrafiltration Setup"