LoadDicomTree

MLModule
genre DICOM
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLDicomTreeModules
definition MLDicomTreeModules.def

Purpose

The LoadDicomTree allows to load a DICOM file as a DicomTree. This is useful if you are only interested in the DICOM tags and not the image data. It can also be used to load non-image DICOM files like RTstruct/RTplan files. The DicomTree is scriptable via Python scripting.

Alternatively you can also load a DicomTree via pure Python scripting using MLAB.loadDicomTree().

Windows

Default Panel

../../../Modules/ML/MLDicomTreeModules/mhelp/Images/Screenshots/LoadDicomTree._default.png

Output Fields

outDicomTree

name: outDicomTree, type: MutableDicomTree(MLBase)

The result DicomTree, which wraps a DCMTree::Const_TreePtr.

For accessing this object via scripting see the Scripting Reference: MLABMutableDicomTree.

Parameter Fields

Field Index

Clear: Trigger
Filename: String
Load: Trigger
Read Image Data: Bool
Read Private Tags: Bool
Update Mode: Enum

Visible Fields

Filename

name: filename, type: String

The filename of the DICOM file.

Update Mode

name: updateMode, type: Enum, default: Auto

How to react on changes.

Values:

Title Name Description
Clear Clear Clear the output.
Auto Auto Update the output on any changes.

Read Image Data

name: readImageData, type: Bool, default: FALSE

Read the image data as part of the tree.

Read Private Tags

name: readPrivateTags, type: Bool, default: FALSE

Read the private tags.

Load

name: load, type: Trigger

Manually trigger loading.

Clear

name: clear, type: Trigger

Clear the output.