DicomImportExtraOutput¶
-
MLModule
¶ genre DICOM
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll DicomImport
definition DicomImportExtraOutput.def keywords Read
,Load
Purpose¶
This module allows to get more than one image volume at once from a DicomImport
module.
Usage¶
Connect this module to a DicomImport module and import a directory. volumeCount
will indicate the number of volumes available after the import. Set a valid id number as selectedItem
to access an imported volume at the outputs.
Input Fields¶
inImportResult¶
-
name:
inImportResult
, type:
DicomImportResult(MLBase)
¶ Connect this to the
DicomImport.outImportResult
field of aDicomImport
module.When the attached object is updated,
selectedItem
will always be reset to 0 and the image output invalidated.For accessing this object via scripting see the Scripting Reference:DicomImportResultWrapper
.
Output Fields¶
output0¶
-
name:
output0
, type:
Image
¶ This output will return the image volume selected with
selectedItem
.
outDicomTree¶
-
name:
outDicomTree
, type:
DicomTree(MLBase)
¶ The DICOM tree of the currently selected item.
This is the same tree as provided with the image output, but the only way to get at the DICOM tree if the selected item didn’t contain image data.
For accessing this object via scripting see the Scripting Reference:MLABDicomTree
.