Index: shared/scripts/names.py =================================================================== diff -u -ra0ffac330f006351c100b1c75937eeaa32d70369 -r065c01e344820dacaf1cee612e95f345d3424382 --- shared/scripts/names.py (.../names.py) (revision a0ffac330f006351c100b1c75937eeaa32d70369) +++ shared/scripts/names.py (.../names.py) (revision 065c01e344820dacaf1cee612e95f345d3424382) @@ -12,7 +12,7 @@ # author Behrouz NematiPour # -AUT_NAME = "denaliSquish" # Squish +AUT_NAME = "denali" # Squish # KEPT THE START AT LINE 20 SO ANY (MESSAGE LINE NUMBER - 20) IS THE INDEX AlarmTextMap = [ @@ -488,13 +488,13 @@ o_create_treatment_confirm_back_button = {"container": o_create_treatment_confirm_container, "objectName": "_backButton", "type": "BackButton"} # Confirm + Priming + Begin Treatment -o_confirm_treatment_flickable = {"container": o_create_treatment_confirm_container, "objectName": "_treatmentConfirmFlickable", "type": "Flickable"} -o_priming_container = {"container": o_qquickview_alarm, "objectName": "_treatmentPrime", "type": "TreatmentPrime"} +o_confirm_treatment_flickable = {"container": o_create_treatment_confirm_container, "objectName": "_PreTreatmentConfirmFlickable", "type": "Flickable"} +o_priming_container = {"container": o_qquickview_alarm, "objectName": "_PreTreatmentPrime", "type": "PreTreatmentPrime"} o_priming_back_button = {"container": o_priming_container, "objectName": "_backButton", "type": "BackButton"} -o_priming_flickable = {"container": o_priming_container, "objectName": "_treatmentPrimeFlickable", "type": "Flickable"} o_priming_continue_button = {"container": o_priming_container, "objectName": "_treatmentPrimeContinueButton", "type": "TouchRect"} -o_treatment_begin_container = {"container": o_qquickview_alarm, "objectName": "_treatmentBegin", "type": "TreatmentBegin"} +o_treatment_begin_container = {"container": o_qquickview_alarm, "objectName": "_PreTreatmentUltrafiltration", "type": "PreTreatmentUltrafiltration"} o_treatment_begin_flickable = {"container": o_treatment_begin_container, "objectName": "_treatmentBeginFlickable", "type": "TreatmentBegin"} -o_treatment_begin_start_button = {"container": o_treatment_begin_container, "objectName": "_treatmentBeginStart", "type": "TouchRect"} +o_treatment_begin_start_button = {"container": o_treatment_begin_container, "objectName": "_startButton", "type": "TouchRect"} o_treatment_begin_back_button = {"container": o_treatment_begin_container, "objectName": "_backButton", "type": "BackButton"} +o_PreTreatmentUltrafiltration_volumeSlider_Slider = {"container": o_treatment_begin_container, "objectName": "_volumeSlider", "type": "Slider"}