def test1015_sax_segment_rv_endo(dialog): short3d.click_button(dialog, "Segment RV Endo") dialog.child_window(title="Segment RV Endo").press_mouse_input(absolute=False) dialog.child_window(title="Segment RV Endo").release_mouse_input() return
def test1030_check_coronary_territories(dialog): if dialog.child_window(title="Coronary Territories", control_type="CheckBox").exists() is True: dialog.child_window(title="Coronary Territories", control_type="CheckBox").click_input() else: try: short3d.click_button(dialog, "Display Polar Map") except Exception as d: raise d return
def test1029_check_aha_segments(dialog): if dialog.child_window(title="AHA Segments", control_type="CheckBox").exists() is True: dialog.child_window(title="AHA Segments", control_type="CheckBox").click_input() else: try: short3d.click_button(dialog, "Display Polar Map") except Exception as d: raise d return
def test1007_lax_lv_extent_short3d(dialog): short3d.click_button(dialog, "LAX LV Extent") drawContour.draw_lv_extent(dialog, "Custom18") return
def test1033_view_lv_rv_volume_curve(dialog): short3d.click_button(dialog, "View LV/RV Volume Curve") return
def test1028_display_polar_map(dialog): short3d.click_button(dialog, "Display Polar Map") return
def test1027_show_cross_reference(dialog): short3d.click_button(dialog, "Show Cross Reference") return