Index: shared/scripts/names.py =================================================================== diff -u -r65cfe31dba0ad2b97090fdacb83181ea235f319f -r45d310f0a2c4e815013caab8bc79bd183aeaa115 --- shared/scripts/names.py (.../names.py) (revision 65cfe31dba0ad2b97090fdacb83181ea235f319f) +++ shared/scripts/names.py (.../names.py) (revision 45d310f0a2c4e815013caab8bc79bd183aeaa115) @@ -73,7 +73,7 @@ o_treatment_review_next_button = {"container": o_PostTreatmentStack_treatmentReviewConfirm_PostTreatmentReview, "objectName": "_confirmButton", "type": "TouchRect", "visible": True} o_treatmentReviewConfirm_ExportButton = {"container": o_PostTreatmentStack_treatmentReviewConfirm_PostTreatmentReview, "gradient": 0, "type": "ExportButton", "unnamed": 1, "visible": True} o_disposables_removal_confirm_button = {"container": o_PostTreatmentStack_disposablesRemovalConfirm_TreatmentFlowBase, "objectName": "_confirmButton", "type": "TouchRect", "visible": True} -o_disposablesRemovalConfirm_BACK_Text = {"container": o_PostTreatmentStack_disposablesRemovalConfirm_TreatmentFlowBase, "text": "BACK", "type": "Text", "unnamed": 1, "visible": True} +o_disposablesRemovalConfirm_BACK_Text = {"container": o_PostTreatmentStack_disposablesRemovalConfirm_TreatmentFlowBase, "objectName": "_backButton", "type": "BackButton", "visible": True} o_disposables_removal_confirm_button_text = {"container": o_PostTreatmentStack_disposablesRemovalConfirm_TreatmentFlowBase, "text": "CONFIRM", "type": "Text", "unnamed": 1, "visible": True} o_disposables_removal_left_arrow = {"container": o_PostTreatmentStack_disposablesRemovalConfirm_TreatmentFlowBase, "id": "_leftImage", "source": "qrc:/images/iArrowLeft", "type": "Image", "unnamed": 1, "visible": True} o_disposables_removal_right_arrow = {"container": o_PostTreatmentStack_disposablesRemovalConfirm_TreatmentFlowBase, "id": "_rightImage", "source": "qrc:/images/iArrowRight", "type": "Image", "unnamed": 1, "visible": True} @@ -86,6 +86,7 @@ + #post treatment review o_Gui_MainView = {"type": "Gui::MainView", "unnamed": 1, "visible": True} o_PostTreatmentStack_PostTreatmentStack = {"container": o_Gui_MainView, "objectName": "_PostTreatmentStack", "type": "PostTreatmentStack", "visible": True} @@ -98,7 +99,7 @@ #patient ID from create custom treatment o_input_patient_id = {"container": o_PreTreatmentCreateStack_PreTreatmentBase_TreatmentFlowBase, "echoMode": 0, "id": "_input", "type": "TextInput", "unnamed": 1, "visible": True} -o_confirm_button = {"container": o_PreTreatmentCreateStack_PreTreatmentBase_TreatmentFlowBase, "text": "CONFIRM", "type": "Text", "unnamed": 1, "visible": True} +o_continue_button = {"container": o_PreTreatmentCreateStack_PreTreatmentBase_TreatmentFlowBase, "text": "CONTINUE", "type": "Text", "unnamed": 1, "visible": True} o_right_arrow = {"id": "_rightImage", "source": "qrc:/images/iArrowRight", "type": "Image", "unnamed": 1, "visible": True} o_left_arrow = {"id": "_leftImage", "source": "qrc:/images/iArrowLeft", "type": "Image", "unnamed": 1, "visible": True} o_patientDisconnectionConfirm_Button = {"container": o_PostTreatmentStack_patientDisconnectionConfirm_TreatmentFlowBase, "text": "CONFIRM", "type": "Text", "unnamed": 1, "visible": True}