SetDicomTreeOnImage¶
-
MLModule
¶ genre DICOM
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLDicomTreeModules
definition MLDicomTreeModules.def
Purpose¶
The SetDicomTreeOnImage
sets a given DicomTree on an image. The DicomTree of the input image is discarded or ignored (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 checked, the image output will always be invalid if no valid (i.e., existing) DicomTree is present at
inDicomTree
; otherwise, the DicomTree of the currentinput0
will simply be left untouched.