DicomImportExtraOutput¶
-
MLModule
¶ genre DICOM
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll DicomImport
definition DicomImportExtraOutput.def see also DicomImport
keywords Read
,Load
Purpose¶
The module DicomImportExtraOutput
allows for selecting one image volume (and DICOM tree) from all results of a connected DicomImport
module. Using multiple DicomImportExtraOutput
modules, different import results can be accessed simultaneously.
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 it is the only way to access the DICOM tree if the selected item does not contain image data.
For accessing this object via scripting see the Scripting Reference:MLABDicomTree
.
Parameter Fields¶
Field Index¶
< : Trigger |
> : Trigger |
info : String |
selectedIndex : Integer |
selectedItem : Integer |
volumeCount : Integer |