-
Notifications
You must be signed in to change notification settings - Fork 6
ui.FUSPlan_exported
Peter Hollender edited this page Dec 8, 2023
·
1 revision
Properties that correspond to app components
-
UIFigure: [matlab.ui.Figure] -
MainLayout: [matlab.ui.container.GridLayout] -
TabGroup: [matlab.ui.container.TabGroup] -
LoadTab: [matlab.ui.container.Tab] -
LoadLayout: [matlab.ui.container.GridLayout] -
SessionIDField: [matlab.ui.control.EditField] -
SessionIDLabel: [matlab.ui.control.Label] -
SubjectIDField: [matlab.ui.control.EditField] -
SubjectIDLabel: [matlab.ui.control.Label] -
SessionNameField: [matlab.ui.control.EditField] -
SubjectNameField: [matlab.ui.control.EditField] -
SessionNameLabel: [matlab.ui.control.Label] -
SubjectNameLabel: [matlab.ui.control.Label] -
LoadSessionButton: [matlab.ui.control.Button] -
ReviewTab: [matlab.ui.container.Tab] -
ReviewTabLayout: [matlab.ui.container.GridLayout] -
ReviewPanel: [matlab.ui.container.Panel] -
ReviewLayout: [matlab.ui.container.GridLayout] -
GridLayout2: [matlab.ui.container.GridLayout] -
GoToOriginButton: [matlab.ui.control.Button] -
GoToTargetButton: [matlab.ui.control.Button] -
GoToLabel: [matlab.ui.control.Label] -
SelectedVoxelTable: [matlab.ui.control.Table] -
ViewDropDown: [matlab.ui.control.DropDown] -
ViewLabel: [matlab.ui.control.Label] -
PerspectiveDropDown: [matlab.ui.control.DropDown] -
PerspectiveLabel: [matlab.ui.control.Label] -
LayerDropDown: [matlab.ui.control.DropDown] -
LayerSettingsLabel: [matlab.ui.control.Label] -
CMapLayout: [matlab.ui.container.GridLayout] -
GridLayout: [matlab.ui.container.GridLayout] -
CMinAutoButton: [matlab.ui.control.Button] -
CMaxAutoButton: [matlab.ui.control.Button] -
CMapRangeMin: [matlab.ui.control.NumericEditField] -
CMapRangeMax: [matlab.ui.control.NumericEditField] -
CMapAxes: [matlab.ui.control.UIAxes] -
PlanTab: [matlab.ui.container.Tab] -
PlanTabLayout: [matlab.ui.container.GridLayout] -
PlanPanel: [matlab.ui.container.Panel] -
PlanLayout: [matlab.ui.container.GridLayout] -
TargetDropDown: [matlab.ui.control.DropDown] -
GridLayout3: [matlab.ui.container.GridLayout] -
PlanDropDown: [matlab.ui.control.DropDown] -
TargetOKLamp: [matlab.ui.control.Lamp] -
SolutionTable: [matlab.ui.control.Table] -
SolutionLabel: [matlab.ui.control.Label] -
SelectTargetLabel: [matlab.ui.control.Label] -
PlanTable: [matlab.ui.control.Table] -
TreatmentPlanSettingsLabel: [matlab.ui.control.Label] -
PlanTreatmentButton: [matlab.ui.control.Button] -
SelectPlanLabel: [matlab.ui.control.Label] -
TreatTab: [matlab.ui.container.Tab] -
TreatTabLayout: [matlab.ui.container.GridLayout] -
TreatPanel: [matlab.ui.container.Panel] -
TreatLayout: [matlab.ui.container.GridLayout] -
SystemTable: [matlab.ui.control.Table] -
SystemDropDown: [matlab.ui.control.DropDown] -
TreatmentSystemLabel: [matlab.ui.control.Label] -
StartTreatmentButton: [matlab.ui.control.Button] -
AxesLayout: [matlab.ui.container.GridLayout] -
UIAxes3D: [matlab.ui.control.UIAxes] -
UIAxesXY: [matlab.ui.control.UIAxes] -
UIAxesXZ: [matlab.ui.control.UIAxes] -
UIAxesYZ: [matlab.ui.control.UIAxes] -
db: [fus.Database] Database -
log: [fus.util.Logger] -
paths: [struct] -
subject: [fus.Subject] -
session: [fus.Session] -
cmaps: [fus.ColorMapper] axes-
scenes: [struct] -
values: [struct] -
sim_scenes: [struct] -
scene: [fus.Scene] -
plans: [fus.treatment.Plan] -
solutions: [struct] -
output: [struct] -
plan_id: [(1,1) string] -
target_id: [(1,1) string] -
view_id: [(1,1) string] -
layer_id: [(1,1) string] -
system: [fus.sys.UltrasoundSystem] -
perspective_id: [(1,1) string] -
available_scenes: [(1,:) fus.Scene] layer_ranges-
fourup: [fus.ui.FourUp] -
cmap_ui: [fus.ui.ColorMapper_UI]
update_table(app)update_solution_table(app)update_plan_table(app)update_available_views(app)plan_treatment(app)set_available_systems(app, sys_ids)set_system(app, sys_id)set_layer(app, layer_id)set_view(app, view_id)set_target(app, target_id)set_plan(app, plan_id)set_perspective(app, perspective_id)set_cmap_range(app, range)load_session(app, subject_id, session_id)load_scene(app)StartTreatmentButtonPushed(app, event)GoToOriginButtonPushed(app, event)GoToTargetButtonPushed(app, event)CMinAutoButtonPushed(app, event)CMaxAutoButtonPushed(app, event)CMapRangeMinValueChanged(app, event)CMapRangeMaxValueChanged(app, event)PlanTreatmentButtonPushed(app, event)TargetDropDownValueChanged(app, event)PlanDropDownValueChanged(app, event)PerspectiveDropDownValueChanged(app, event)LayerDropDownValueChanged(app, event)ViewDropDownValueChanged(app, event)LoadSessionButtonPushed(app, event)-
Startup(app, options)Launch FUSPlan createComponents(app)delete(app)
CAUTION - Investigational device. Limited by Federal (or United States) law to investigational use. open-tFUS has not been evaluated by the FDA and is not designed for the treatment or diagnosis of any disease. It is provided AS-IS, with no warranties. User assumes all liability and responsibility for identifying and mitigating risks associated with using this software.