SaveDicomTree¶
- MLModule¶
genre
author
package
dll
definition
Purpose¶
The SaveDicomTree saves a DicomTree object. By default, it generates a new SOPInstanceUID when saving the tree; however, this can be disabled.
Windows¶
Default Panel¶
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¶
Sets the filename of the DICOM file to be saved.
Save¶
- name: save, type: Trigger¶
When pressed, the module saves the DICOM tree.
Generate SOPInstanceUID¶
- name: generateSOPInstanceUID, type: Bool, default: TRUE¶
If checked, a new SOPInstanceUID is generated.
It is recommended to keep this on; otherwise, you may generate DICOM files with the same UID but different content.