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().
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¶
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. |