SetDicomTreeOnImage¶
-
MLModule¶ genre DICOMauthor MeVis Medical Solutions AGpackage MeVisLab/Standarddll MLDicomTreeModulesdefinition 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 currentinput0will simply be left untouched.