SetDicomTreeOnImage¶
-
MLModule
¶ genre DICOM
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLDicomTreeModules
definition MLDicomTreeModules.def
Purpose¶
The SetDicomTreeOnImage
allows to set a given DicomTree on an image. The DicomTree of the input image is discarded/ignored (but see also the description of Invalidate output if no DicomTree is given
).
Input Fields¶
inDicomTree¶
-
name:
inDicomTree
, type:
DicomTree(MLBase)
¶ The DicomTree to set on the output image.
For accessing this object via scripting see the Scripting Reference:MLABDicomTree
.
Parameter Fields¶
Visible Fields¶
Invalidate output if no DicomTree is given¶
-
name:
requireValidDicomTree
, type:
Bool
, default:
FALSE
¶ If this option is set, the image output will always be invalid if no valid (i.e. exisiting) DicomTree is present at
inDicomTree
, otherwise the DicomTree of the currentinput0
will simply be left untouched.