RTImageToML

MLModule

authors

Alexander Köhn, Grzegorz Chlebus

package

FMEwork/ReleaseMeVis

dll

MLDcmtkMLConverterModules

definition

DcmtkMLConverterModules.def

see also

DirectDicomImport, RTImageInfo

keywords

RT, Dicom, converter, RTImage

Purpose

This module converts DRTImageIODBase object to ML structures. It also outputs a MLImage.

Tips

  • Currently not all DcmStructures are converted.

  • DcmElements of type DcmOtherByteOtherWord are not converted.

Windows

Default Panel

../../../Projects/MLDcmtkMLConverterModules/Modules/mhelp/Images/Screenshots/RTImageToML._default.png

Input Fields

inRTImage

name: inRTImage, type: MLBase

Input Base object of DRTImageIODBase type.

Output Fields

output0

name: output0, type: Image

Parameter Fields

Field Index

[]: Trigger

Clear: Trigger

Has Valid Output: Bool

Status Code: Enum

Status Message: String

Update: Trigger

Update automatically: Bool

Visible Fields

Update

name: update, type: Trigger

Initiates update of all output field values.

Clear

name: clear, type: Trigger

Clears all output field values to a clean initial state.

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.

Has Valid Output

name: hasValidOutput, type: Bool, persistent: no

Indicates validity of output field values (success of computation).

[]

name: updateDone, type: Trigger, persistent: no

Notifies that an update was performed (Check status interface fields to identify success or failure).