CreateRTDose

MacroModule
author Grzegorz Chlebus
package FMEwork/ReleaseMeVis
definition CreateRTIODs.def
see also RTDoseInfo, RTObjectSave
keywords RT, DICOM, CSO

Purpose

Create RT Dose IOD object using a CSOList (inCSOList), an RT Plan (inRTPlan), a CT image (inCTImage) , a dose image (inDoseImage) and a DICOM Tree (inDicomTree), from which tags like Patient Name, Patient Sex, Study Description are copied.

Usage

See example network.

Details

The following tags are set:

  • RT Series Module
    • Modality (0008,0060) is set to RTDOSE.
    • Series Number (0020,0011) is set to 1.
    • Series Instance UID (0020,000e) is generated anew.
  • Structure Set Module:
    • Structure Set Date (3006,0008) is set to current date.
    • Structure Set Time (3006,0009) is set to current time.
  • SOP Common Module:
    • SOP Class UID (0008,0016) is set to 1.2.840.10008.5.1.4.1.1.481.2.
    • SOP Instance UID (0008,0018) is generated anew.
    • Instance Creation Date (0008,0012) is set to current date.
    • Instance Creation Time (0008,0013) is set to current time.
    • Timezone Offset From UTC (0008,0201) is set automatically.

See help of DicomModifyMLToRTDosePlugin to see what else is set.

To see which tags are copied from the input DICOM Tree (inDicomTree), examine the CopyTags module in the macro’s internal network.

Windows

Default Panel

../../../Modules/Macros/CreateRTIODs/mhelp/Images/Screenshots/CreateRTDose._default.png

Input Fields

inCTImage

name: inCTImage, type: Image

Input CT image.

inDoseImage

name: inDoseImage, type: Image

Input dose image.

inCSOList

name: inCSOList, type: MLBase

Input CSO List.

inDicomTree

name: inDicomTree, type: MLBase

Input DICOM Tree.

inRTPlan

name: inRTPlan, type: MLBase

Input RT Plan.

Output Fields

outRTDose

name: outRTDose, type: MLBase

Parameter Fields

Visible Fields

Update

name: update, type: Trigger

Clear

name: clear, type: Trigger

Update Automatically

name: updateAutomatically, type: Bool, default: FALSE