SaveDicomTree

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

Purpose

The SaveDicomTree allows to save a DicomTree object. By default, it generates a new SOPInstanceUID when saving the tree but this can be disabled.

Windows

Default Panel

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

Input Fields

inDicomTree

name: inDicomTree, type: DicomTree(MLBase)

The input DicomTree.

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

Parameter Fields

Visible Fields

Filename

name: filename, type: String

The filename of the DICOM file to be saved.

Save

name: save, type: Trigger

Triggers saving of the tree.

Generate SOPInstanceUID

name: generateSOPInstanceUID, type: Bool, default: TRUE

If enabled, a new SOPInstanceUID is generated. It is recommended to keep this on, otherwise you can generated DICOM files with the same UID but different content.