RTStructToML¶
-
MLModule
¶ authors Alexander Köhn
,Grzegorz Chlebus
package FMEwork/ReleaseMeVis
dll MLDcmtkMLConverterModules
definition DcmtkMLConverterModules.def see also DirectDicomImport
,RTStructInfo
keywords RT
,Dicom
,converter
,CSO
,RTStruct
Purpose¶
This module converts DRTStructureSetIODBase object to ML structures. This module produces a CSOList as output by converting the DRTStructureSetROISequence and DRTROIContourSequence.
Tips¶
- Currently not all DcmStructures are converted.
- DcmElements of type DcmOtherByteOtherWord are not converted.
Input Fields¶
Parameter Fields¶
Field Index¶
[] : Trigger |
Clear : Trigger |
Has Valid Output : Bool |
progress : Float |
Status Code : Enum |
Status Message : String |
Update : Trigger |
Update automatically : Bool |
Visible Fields¶
Update automatically¶
-
name:
shouldUpdateAutomatically
, type:
Bool
, default:
TRUE
, deprecated name:
shouldAutoUpdate
¶ Declares how the module should react if any input field value changes. If set to True the output field values will be updated. Otherwise they will be cleared.
Status Code¶
-
name:
statusCode
, type:
Enum
, persistent:
no
¶ Reflects module’s status (successful or failed computations) as one of some predefined enumeration values.
Values:
Title | Name |
---|---|
Ok | Ok |
Invalid input object | Invalid input object |
Invalid input parameter | Invalid input parameter |
Internal error | Internal error |
Status Message¶
-
name:
statusMessage
, type:
String
, persistent:
no
¶ Gives additional, detailed information about status code as human-readable message.