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

input0

name: input0, type: Image

The input image.

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.

Output Fields

output0

name: output0, type: Image

The image with the new DicomTree.

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 current input0 will simply be left untouched.