DicomModifyRTDosePlugin¶
-
MLModule
¶ author Grzegorz Chlebus
package FMEwork/ReleaseMeVis
dll MLDicomModifyRTPlugins
definition MLDicomModifyRTPlugins.def see also RTDoseInfo
,ModifyDicomTree
,CreateEmptyRTObject
keywords DICOM
,RT
Purpose¶
Plugin managing all DICOM modules belonging to the RT Dose IOD. It enables editing of all non-sequence tags, inheriting their values from inputDicomTree
and copying all sequence tags from inputDicomTree
.
Usage¶
See example network to see how to use the module.
Details¶
Not all DICOM tags are supported.
Input Fields¶
Output Fields¶
outputModifierList¶
-
name:
outputModifierList
, type:
MLBase
¶ The
outputModifierList
fields provides a reference-counted Base object to be connected to other DicomModifyPlugin modules or toModifyDicomTree
to apply modifications to a DICOM tree.
Parameter Fields¶
Field Index¶
Visible Fields¶
Modify Deidentification Method¶
-
name:
modifyDeidentificationMethod
, type:
Bool
, default:
TRUE
¶ Should modify DeidentificationMethod?
Deidentification Method¶
-
name:
DeidentificationMethod
, type:
String
¶ DeidentificationMethod (0012,0063) vr=LO, vm=1-n, type=1C
Modify Issuer Of Patient ID¶
-
name:
modifyIssuerOfPatientID
, type:
Bool
, default:
TRUE
¶ Should modify IssuerOfPatientID?
Issuer Of Patient ID¶
-
name:
IssuerOfPatientID
, type:
String
¶ IssuerOfPatientID (0010,0021) vr=LO, vm=1, type=3
Modify Other Patient IDs¶
-
name:
modifyOtherPatientIDs
, type:
Bool
, default:
TRUE
¶ Should modify OtherPatientIDs?
Other Patient IDs¶
-
name:
OtherPatientIDs
, type:
String
¶ OtherPatientIDs (0010,1000) vr=LO, vm=1-n, type=3
Modify Other Patient Names¶
-
name:
modifyOtherPatientNames
, type:
Bool
, default:
TRUE
¶ Should modify OtherPatientNames?
Other Patient Names¶
-
name:
OtherPatientNames
, type:
String
¶ OtherPatientNames (0010,1001) vr=PN, vm=1-n, type=3
Modify Patient Breed Description¶
-
name:
modifyPatientBreedDescription
, type:
Bool
, default:
TRUE
¶ Should modify PatientBreedDescription?
Patient Breed Description¶
-
name:
PatientBreedDescription
, type:
String
¶ PatientBreedDescription (0010,2292) vr=LO, vm=1, type=2C
Modify Patient Comments¶
-
name:
modifyPatientComments
, type:
Bool
, default:
TRUE
¶ Should modify PatientComments?
Patient Comments¶
-
name:
PatientComments
, type:
String
¶ PatientComments (0010,4000) vr=LT, vm=1, type=3
Modify Patient Identity Removed¶
-
name:
modifyPatientIdentityRemoved
, type:
Bool
, default:
TRUE
¶ Should modify PatientIdentityRemoved?
Patient Identity Removed¶
-
name:
PatientIdentityRemoved
, type:
String
¶ PatientIdentityRemoved (0012,0062) vr=CS, vm=1, type=3
Modify Patient Species Description¶
-
name:
modifyPatientSpeciesDescription
, type:
Bool
, default:
TRUE
¶ Should modify PatientSpeciesDescription?
Patient Species Description¶
-
name:
PatientSpeciesDescription
, type:
String
¶ PatientSpeciesDescription (0010,2201) vr=LO, vm=1, type=1C
Modify Responsible Organization¶
-
name:
modifyResponsibleOrganization
, type:
Bool
, default:
TRUE
¶ Should modify ResponsibleOrganization?
Responsible Organization¶
-
name:
ResponsibleOrganization
, type:
String
¶ ResponsibleOrganization (0010,2299) vr=LO, vm=1, type=2C
Modify Responsible Person¶
-
name:
modifyResponsiblePerson
, type:
Bool
, default:
TRUE
¶ Should modify ResponsiblePerson?
Responsible Person¶
-
name:
ResponsiblePerson
, type:
String
¶ ResponsiblePerson (0010,2297) vr=PN, vm=1, type=2C
Modify Responsible Person Role¶
-
name:
modifyResponsiblePersonRole
, type:
Bool
, default:
TRUE
¶ Should modify ResponsiblePersonRole?
Responsible Person Role¶
-
name:
ResponsiblePersonRole
, type:
String
¶ ResponsiblePersonRole (0010,2298) vr=CS, vm=1, type=1C
Set to now (setPatientBirthDateToNow)¶
-
name:
setPatientBirthDateToNow
, type:
Bool
, default:
FALSE
¶ Set to now.
Modify Patient Birth Date¶
-
name:
modifyPatientBirthDate
, type:
Bool
, default:
TRUE
¶ Should modify PatientBirthDate?
Patient Birth Date¶
-
name:
PatientBirthDate
, type:
String
¶ PatientBirthDate (0010,0030) vr=DA, vm=1, type=2
Set to now (setPatientBirthTimeToNow)¶
-
name:
setPatientBirthTimeToNow
, type:
Bool
, default:
FALSE
¶ Set to now.
Modify Patient Birth Time¶
-
name:
modifyPatientBirthTime
, type:
Bool
, default:
TRUE
¶ Should modify PatientBirthTime?
Patient Birth Time¶
-
name:
PatientBirthTime
, type:
String
¶ PatientBirthTime (0010,0032) vr=TM, vm=1, type=3
Copy Breed Registration Sequence¶
-
name:
copyBreedRegistrationSequence
, type:
Bool
, default:
TRUE
¶ Should copy BreedRegistrationSequence?
Copy Deidentification Method Code Sequence¶
-
name:
copyDeidentificationMethodCodeSequence
, type:
Bool
, default:
TRUE
¶ Should copy DeidentificationMethodCodeSequence?
Copy Other Patient IDs Sequence¶
-
name:
copyOtherPatientIDsSequence
, type:
Bool
, default:
TRUE
¶ Should copy OtherPatientIDsSequence?
Copy Patient Breed Code Sequence¶
-
name:
copyPatientBreedCodeSequence
, type:
Bool
, default:
TRUE
¶ Should copy PatientBreedCodeSequence?
Copy Patient Species Code Sequence¶
-
name:
copyPatientSpeciesCodeSequence
, type:
Bool
, default:
TRUE
¶ Should copy PatientSpeciesCodeSequence?
Copy Referenced Patient Sequence¶
-
name:
copyReferencedPatientSequence
, type:
Bool
, default:
TRUE
¶ Should copy ReferencedPatientSequence?
Select All (PatientModule_SelectAll)¶
-
name:
PatientModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the PatientModule.
Deselect All (PatientModule_DeselectAll)¶
-
name:
PatientModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the PatientModule.
Inherit Values (PatientModule_InheritValues)¶
-
name:
PatientModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the PatientModule.
Clear Values (PatientModule_ClearValues)¶
-
name:
PatientModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the PatientModule.
Modify Clinical Trial Protocol ID¶
-
name:
modifyClinicalTrialProtocolID
, type:
Bool
, default:
TRUE
¶ Should modify ClinicalTrialProtocolID?
Clinical Trial Protocol ID¶
-
name:
ClinicalTrialProtocolID
, type:
String
¶ ClinicalTrialProtocolID (0012,0020) vr=LO, vm=1, type=1
Modify Clinical Trial Protocol Name¶
-
name:
modifyClinicalTrialProtocolName
, type:
Bool
, default:
TRUE
¶ Should modify ClinicalTrialProtocolName?
Clinical Trial Protocol Name¶
-
name:
ClinicalTrialProtocolName
, type:
String
¶ ClinicalTrialProtocolName (0012,0021) vr=LO, vm=1, type=2
Modify Clinical Trial Site ID¶
-
name:
modifyClinicalTrialSiteID
, type:
Bool
, default:
TRUE
¶ Should modify ClinicalTrialSiteID?
Clinical Trial Site ID¶
-
name:
ClinicalTrialSiteID
, type:
String
¶ ClinicalTrialSiteID (0012,0030) vr=LO, vm=1, type=2
Modify Clinical Trial Site Name¶
-
name:
modifyClinicalTrialSiteName
, type:
Bool
, default:
TRUE
¶ Should modify ClinicalTrialSiteName?
Clinical Trial Site Name¶
-
name:
ClinicalTrialSiteName
, type:
String
¶ ClinicalTrialSiteName (0012,0031) vr=LO, vm=1, type=2
Modify Clinical Trial Sponsor Name¶
-
name:
modifyClinicalTrialSponsorName
, type:
Bool
, default:
TRUE
¶ Should modify ClinicalTrialSponsorName?
Clinical Trial Sponsor Name¶
-
name:
ClinicalTrialSponsorName
, type:
String
¶ ClinicalTrialSponsorName (0012,0010) vr=LO, vm=1, type=1
Modify Clinical Trial Subject ID¶
-
name:
modifyClinicalTrialSubjectID
, type:
Bool
, default:
TRUE
¶ Should modify ClinicalTrialSubjectID?
Clinical Trial Subject ID¶
-
name:
ClinicalTrialSubjectID
, type:
String
¶ ClinicalTrialSubjectID (0012,0040) vr=LO, vm=1, type=1C
Modify Clinical Trial Subject Reading ID¶
-
name:
modifyClinicalTrialSubjectReadingID
, type:
Bool
, default:
TRUE
¶ Should modify ClinicalTrialSubjectReadingID?
Clinical Trial Subject Reading ID¶
-
name:
ClinicalTrialSubjectReadingID
, type:
String
¶ ClinicalTrialSubjectReadingID (0012,0042) vr=LO, vm=1, type=1C
Select All (ClinicalTrialSubjectModule_SelectAll)¶
-
name:
ClinicalTrialSubjectModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the ClinicalTrialSubjectModule.
Deselect All (ClinicalTrialSubjectModule_DeselectAll)¶
-
name:
ClinicalTrialSubjectModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the ClinicalTrialSubjectModule.
Inherit Values (ClinicalTrialSubjectModule_InheritValues)¶
-
name:
ClinicalTrialSubjectModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the ClinicalTrialSubjectModule.
Clear Values (ClinicalTrialSubjectModule_ClearValues)¶
-
name:
ClinicalTrialSubjectModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the ClinicalTrialSubjectModule.
Modify Accession Number¶
-
name:
modifyAccessionNumber
, type:
Bool
, default:
TRUE
¶ Should modify AccessionNumber?
Accession Number¶
-
name:
AccessionNumber
, type:
String
¶ AccessionNumber (0008,0050) vr=SH, vm=1, type=2
Modify Name Of Physicians Reading Study¶
-
name:
modifyNameOfPhysiciansReadingStudy
, type:
Bool
, default:
TRUE
¶ Should modify NameOfPhysiciansReadingStudy?
Name Of Physicians Reading Study¶
-
name:
NameOfPhysiciansReadingStudy
, type:
String
¶ NameOfPhysiciansReadingStudy (0008,1060) vr=PN, vm=1-n, type=3
Modify Physicians Of Record¶
-
name:
modifyPhysiciansOfRecord
, type:
Bool
, default:
TRUE
¶ Should modify PhysiciansOfRecord?
Physicians Of Record¶
-
name:
PhysiciansOfRecord
, type:
String
¶ PhysiciansOfRecord (0008,1048) vr=PN, vm=1-n, type=3
Modify Referring Physician Name¶
-
name:
modifyReferringPhysicianName
, type:
Bool
, default:
TRUE
¶ Should modify ReferringPhysicianName?
Referring Physician Name¶
-
name:
ReferringPhysicianName
, type:
String
¶ ReferringPhysicianName (0008,0090) vr=PN, vm=1, type=2
Modify Study Description¶
-
name:
modifyStudyDescription
, type:
Bool
, default:
TRUE
¶ Should modify StudyDescription?
Study Description¶
-
name:
StudyDescription
, type:
String
¶ StudyDescription (0008,1030) vr=LO, vm=1, type=3
Create new UID (autoCreateStudyInstanceUID)¶
-
name:
autoCreateStudyInstanceUID
, type:
Bool
, default:
FALSE
¶ Auto create new UID.
Modify Study Instance UID¶
-
name:
modifyStudyInstanceUID
, type:
Bool
, default:
TRUE
¶ Should modify StudyInstanceUID?
Study Instance UID¶
-
name:
StudyInstanceUID
, type:
String
¶ StudyInstanceUID (0020,000d) vr=UI, vm=1, type=1
Copy Physicians Of Record Identification Sequence¶
-
name:
copyPhysiciansOfRecordIdentificationSequence
, type:
Bool
, default:
TRUE
¶ Should copy PhysiciansOfRecordIdentificationSequence?
Copy Physicians Reading Study Identification Sequence¶
-
name:
copyPhysiciansReadingStudyIdentificationSequence
, type:
Bool
, default:
TRUE
¶ Should copy PhysiciansReadingStudyIdentificationSequence?
Copy Procedure Code Sequence¶
-
name:
copyProcedureCodeSequence
, type:
Bool
, default:
TRUE
¶ Should copy ProcedureCodeSequence?
Copy Referenced Study Sequence¶
-
name:
copyReferencedStudySequence
, type:
Bool
, default:
TRUE
¶ Should copy ReferencedStudySequence?
Copy Referring Physician Identification Sequence¶
-
name:
copyReferringPhysicianIdentificationSequence
, type:
Bool
, default:
TRUE
¶ Should copy ReferringPhysicianIdentificationSequence?
Select All (GeneralStudyModule_SelectAll)¶
-
name:
GeneralStudyModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the GeneralStudyModule.
Deselect All (GeneralStudyModule_DeselectAll)¶
-
name:
GeneralStudyModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the GeneralStudyModule.
Inherit Values (GeneralStudyModule_InheritValues)¶
-
name:
GeneralStudyModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the GeneralStudyModule.
Clear Values (GeneralStudyModule_ClearValues)¶
-
name:
GeneralStudyModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the GeneralStudyModule.
Modify Additional Patient History¶
-
name:
modifyAdditionalPatientHistory
, type:
Bool
, default:
TRUE
¶ Should modify AdditionalPatientHistory?
Additional Patient History¶
-
name:
AdditionalPatientHistory
, type:
String
¶ AdditionalPatientHistory (0010,21b0) vr=LT, vm=1, type=3
Modify Admitting Diagnoses Description¶
-
name:
modifyAdmittingDiagnosesDescription
, type:
Bool
, default:
TRUE
¶ Should modify AdmittingDiagnosesDescription?
Admitting Diagnoses Description¶
-
name:
AdmittingDiagnosesDescription
, type:
String
¶ AdmittingDiagnosesDescription (0008,1080) vr=LO, vm=1-n, type=3
Modify Issuer Of Admission ID¶
-
name:
modifyIssuerOfAdmissionID
, type:
Bool
, default:
TRUE
¶ Should modify IssuerOfAdmissionID?
Issuer Of Admission ID¶
-
name:
IssuerOfAdmissionID
, type:
String
¶ IssuerOfAdmissionID (0038,0011) vr=LO, vm=1, type=3
Modify Patient Sex Neutered¶
-
name:
modifyPatientSexNeutered
, type:
Bool
, default:
TRUE
¶ Should modify PatientSexNeutered?
Patient Sex Neutered¶
-
name:
PatientSexNeutered
, type:
String
¶ PatientSexNeutered (0010,2203) vr=CS, vm=1, type=2C
Modify Patient Weight¶
-
name:
modifyPatientWeight
, type:
Bool
, default:
TRUE
¶ Should modify PatientWeight?
Copy Admitting Diagnoses Code Sequence¶
-
name:
copyAdmittingDiagnosesCodeSequence
, type:
Bool
, default:
TRUE
¶ Should copy AdmittingDiagnosesCodeSequence?
Select All (PatientStudyModule_SelectAll)¶
-
name:
PatientStudyModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the PatientStudyModule.
Deselect All (PatientStudyModule_DeselectAll)¶
-
name:
PatientStudyModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the PatientStudyModule.
Inherit Values (PatientStudyModule_InheritValues)¶
-
name:
PatientStudyModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the PatientStudyModule.
Clear Values (PatientStudyModule_ClearValues)¶
-
name:
PatientStudyModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the PatientStudyModule.
Modify Clinical Trial Time Point Description¶
-
name:
modifyClinicalTrialTimePointDescription
, type:
Bool
, default:
TRUE
¶ Should modify ClinicalTrialTimePointDescription?
Clinical Trial Time Point Description¶
-
name:
ClinicalTrialTimePointDescription
, type:
String
¶ ClinicalTrialTimePointDescription (0012,0051) vr=ST, vm=1, type=3
Modify Clinical Trial Time Point ID¶
-
name:
modifyClinicalTrialTimePointID
, type:
Bool
, default:
TRUE
¶ Should modify ClinicalTrialTimePointID?
Clinical Trial Time Point ID¶
-
name:
ClinicalTrialTimePointID
, type:
String
¶ ClinicalTrialTimePointID (0012,0050) vr=LO, vm=1, type=2
Select All (ClinicalTrialStudyModule_SelectAll)¶
-
name:
ClinicalTrialStudyModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the ClinicalTrialStudyModule.
Deselect All (ClinicalTrialStudyModule_DeselectAll)¶
-
name:
ClinicalTrialStudyModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the ClinicalTrialStudyModule.
Inherit Values (ClinicalTrialStudyModule_InheritValues)¶
-
name:
ClinicalTrialStudyModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the ClinicalTrialStudyModule.
Clear Values (ClinicalTrialStudyModule_ClearValues)¶
-
name:
ClinicalTrialStudyModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the ClinicalTrialStudyModule.
Modify Performed Procedure Step Description¶
-
name:
modifyPerformedProcedureStepDescription
, type:
Bool
, default:
TRUE
¶ Should modify PerformedProcedureStepDescription?
Performed Procedure Step Description¶
-
name:
PerformedProcedureStepDescription
, type:
String
¶ PerformedProcedureStepDescription (0040,0254) vr=LO, vm=1, type=3
Modify Performed Procedure Step ID¶
-
name:
modifyPerformedProcedureStepID
, type:
Bool
, default:
TRUE
¶ Should modify PerformedProcedureStepID?
Performed Procedure Step ID¶
-
name:
PerformedProcedureStepID
, type:
String
¶ PerformedProcedureStepID (0040,0253) vr=SH, vm=1, type=3
Modify Series Description¶
-
name:
modifySeriesDescription
, type:
Bool
, default:
TRUE
¶ Should modify SeriesDescription?
Series Description¶
-
name:
SeriesDescription
, type:
String
¶ SeriesDescription (0008,103e) vr=LO, vm=1, type=3
Modify Series Number¶
-
name:
modifySeriesNumber
, type:
Bool
, default:
TRUE
¶ Should modify SeriesNumber?
Create new UID (autoCreateSeriesInstanceUID)¶
-
name:
autoCreateSeriesInstanceUID
, type:
Bool
, default:
FALSE
¶ Auto create new UID.
Modify Series Instance UID¶
-
name:
modifySeriesInstanceUID
, type:
Bool
, default:
TRUE
¶ Should modify SeriesInstanceUID?
Series Instance UID¶
-
name:
SeriesInstanceUID
, type:
String
¶ SeriesInstanceUID (0020,000e) vr=UI, vm=1, type=1
Set to now (setPerformedProcedureStepStartDateToNow)¶
-
name:
setPerformedProcedureStepStartDateToNow
, type:
Bool
, default:
FALSE
¶ Set to now.
Modify Performed Procedure Step Start Date¶
-
name:
modifyPerformedProcedureStepStartDate
, type:
Bool
, default:
TRUE
¶ Should modify PerformedProcedureStepStartDate?
Performed Procedure Step Start Date¶
-
name:
PerformedProcedureStepStartDate
, type:
String
¶ PerformedProcedureStepStartDate (0040,0244) vr=DA, vm=1, type=3
Set to now (setPerformedProcedureStepStartTimeToNow)¶
-
name:
setPerformedProcedureStepStartTimeToNow
, type:
Bool
, default:
FALSE
¶ Set to now.
Modify Performed Procedure Step Start Time¶
-
name:
modifyPerformedProcedureStepStartTime
, type:
Bool
, default:
TRUE
¶ Should modify PerformedProcedureStepStartTime?
Performed Procedure Step Start Time¶
-
name:
PerformedProcedureStepStartTime
, type:
String
¶ PerformedProcedureStepStartTime (0040,0245) vr=TM, vm=1, type=3
Copy Performed Protocol Code Sequence¶
-
name:
copyPerformedProtocolCodeSequence
, type:
Bool
, default:
TRUE
¶ Should copy PerformedProtocolCodeSequence?
Copy Referenced Performed Procedure Step Sequence¶
-
name:
copyReferencedPerformedProcedureStepSequence
, type:
Bool
, default:
TRUE
¶ Should copy ReferencedPerformedProcedureStepSequence?
Copy Request Attributes Sequence¶
-
name:
copyRequestAttributesSequence
, type:
Bool
, default:
TRUE
¶ Should copy RequestAttributesSequence?
Select All (RTSeriesModule_SelectAll)¶
-
name:
RTSeriesModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the RTSeriesModule.
Deselect All (RTSeriesModule_DeselectAll)¶
-
name:
RTSeriesModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the RTSeriesModule.
Inherit Values (RTSeriesModule_InheritValues)¶
-
name:
RTSeriesModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the RTSeriesModule.
Clear Values (RTSeriesModule_ClearValues)¶
-
name:
RTSeriesModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the RTSeriesModule.
Modify Clinical Trial Coordinating Center Name¶
-
name:
modifyClinicalTrialCoordinatingCenterName
, type:
Bool
, default:
TRUE
¶ Should modify ClinicalTrialCoordinatingCenterName?
Clinical Trial Coordinating Center Name¶
-
name:
ClinicalTrialCoordinatingCenterName
, type:
String
¶ ClinicalTrialCoordinatingCenterName (0012,0060) vr=LO, vm=1, type=2
Select All (ClinicalTrialSeriesModule_SelectAll)¶
-
name:
ClinicalTrialSeriesModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the ClinicalTrialSeriesModule.
Deselect All (ClinicalTrialSeriesModule_DeselectAll)¶
-
name:
ClinicalTrialSeriesModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the ClinicalTrialSeriesModule.
Inherit Values (ClinicalTrialSeriesModule_InheritValues)¶
-
name:
ClinicalTrialSeriesModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the ClinicalTrialSeriesModule.
Clear Values (ClinicalTrialSeriesModule_ClearValues)¶
-
name:
ClinicalTrialSeriesModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the ClinicalTrialSeriesModule.
Modify Frame Of Reference UID¶
-
name:
modifyFrameOfReferenceUID
, type:
Bool
, default:
TRUE
¶ Should modify FrameOfReferenceUID?
Frame Of Reference UID¶
-
name:
FrameOfReferenceUID
, type:
String
¶ FrameOfReferenceUID (0020,0052) vr=UI, vm=1, type=1
Modify Position Reference Indicator¶
-
name:
modifyPositionReferenceIndicator
, type:
Bool
, default:
TRUE
¶ Should modify PositionReferenceIndicator?
Position Reference Indicator¶
-
name:
PositionReferenceIndicator
, type:
String
¶ PositionReferenceIndicator (0020,1040) vr=LO, vm=1, type=2
Select All (FrameOfReferenceModule_SelectAll)¶
-
name:
FrameOfReferenceModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the FrameOfReferenceModule.
Deselect All (FrameOfReferenceModule_DeselectAll)¶
-
name:
FrameOfReferenceModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the FrameOfReferenceModule.
Inherit Values (FrameOfReferenceModule_InheritValues)¶
-
name:
FrameOfReferenceModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the FrameOfReferenceModule.
Clear Values (FrameOfReferenceModule_ClearValues)¶
-
name:
FrameOfReferenceModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the FrameOfReferenceModule.
Modify Device Serial Number¶
-
name:
modifyDeviceSerialNumber
, type:
Bool
, default:
TRUE
¶ Should modify DeviceSerialNumber?
Device Serial Number¶
-
name:
DeviceSerialNumber
, type:
String
¶ DeviceSerialNumber (0018,1000) vr=LO, vm=1, type=3
Modify Institution Address¶
-
name:
modifyInstitutionAddress
, type:
Bool
, default:
TRUE
¶ Should modify InstitutionAddress?
Institution Address¶
-
name:
InstitutionAddress
, type:
String
¶ InstitutionAddress (0008,0081) vr=ST, vm=1, type=3
Modify Institution Name¶
-
name:
modifyInstitutionName
, type:
Bool
, default:
TRUE
¶ Should modify InstitutionName?
Institution Name¶
-
name:
InstitutionName
, type:
String
¶ InstitutionName (0008,0080) vr=LO, vm=1, type=3
Modify Institutional Department Name¶
-
name:
modifyInstitutionalDepartmentName
, type:
Bool
, default:
TRUE
¶ Should modify InstitutionalDepartmentName?
Institutional Department Name¶
-
name:
InstitutionalDepartmentName
, type:
String
¶ InstitutionalDepartmentName (0008,1040) vr=LO, vm=1, type=3
Modify Manufacturer¶
-
name:
modifyManufacturer
, type:
Bool
, default:
TRUE
¶ Should modify Manufacturer?
Modify Manufacturer Model Name¶
-
name:
modifyManufacturerModelName
, type:
Bool
, default:
TRUE
¶ Should modify ManufacturerModelName?
Manufacturer Model Name¶
-
name:
ManufacturerModelName
, type:
String
¶ ManufacturerModelName (0008,1090) vr=LO, vm=1, type=3
Modify Pixel Padding Value¶
-
name:
modifyPixelPaddingValue
, type:
Bool
, default:
TRUE
¶ Should modify PixelPaddingValue?
Pixel Padding Value¶
-
name:
PixelPaddingValue
, type:
String
¶ PixelPaddingValue (0028,0120) vr=US_SS, vm=1, type=3
Modify Software Versions¶
-
name:
modifySoftwareVersions
, type:
Bool
, default:
TRUE
¶ Should modify SoftwareVersions?
Software Versions¶
-
name:
SoftwareVersions
, type:
String
¶ SoftwareVersions (0018,1020) vr=LO, vm=1-n, type=3
Modify Spatial Resolution¶
-
name:
modifySpatialResolution
, type:
Bool
, default:
TRUE
¶ Should modify SpatialResolution?
Spatial Resolution¶
-
name:
SpatialResolution
, type:
String
¶ SpatialResolution (0018,1050) vr=DS, vm=1, type=3
Set to now (setDateOfLastCalibrationToNow)¶
-
name:
setDateOfLastCalibrationToNow
, type:
Bool
, default:
FALSE
¶ Set to now.
Modify Date Of Last Calibration¶
-
name:
modifyDateOfLastCalibration
, type:
Bool
, default:
TRUE
¶ Should modify DateOfLastCalibration?
Date Of Last Calibration¶
-
name:
DateOfLastCalibration
, type:
String
¶ DateOfLastCalibration (0018,1200) vr=DA, vm=1-n, type=3
Set to now (setTimeOfLastCalibrationToNow)¶
-
name:
setTimeOfLastCalibrationToNow
, type:
Bool
, default:
FALSE
¶ Set to now.
Modify Time Of Last Calibration¶
-
name:
modifyTimeOfLastCalibration
, type:
Bool
, default:
TRUE
¶ Should modify TimeOfLastCalibration?
Time Of Last Calibration¶
-
name:
TimeOfLastCalibration
, type:
String
¶ TimeOfLastCalibration (0018,1201) vr=TM, vm=1-n, type=3
Select All (GeneralEquipmentModule_SelectAll)¶
-
name:
GeneralEquipmentModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the GeneralEquipmentModule.
Deselect All (GeneralEquipmentModule_DeselectAll)¶
-
name:
GeneralEquipmentModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the GeneralEquipmentModule.
Inherit Values (GeneralEquipmentModule_InheritValues)¶
-
name:
GeneralEquipmentModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the GeneralEquipmentModule.
Clear Values (GeneralEquipmentModule_ClearValues)¶
-
name:
GeneralEquipmentModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the GeneralEquipmentModule.
Modify Acquisition Date Time¶
-
name:
modifyAcquisitionDateTime
, type:
Bool
, default:
TRUE
¶ Should modify AcquisitionDateTime?
Acquisition Date Time¶
-
name:
AcquisitionDateTime
, type:
String
¶ AcquisitionDateTime (0008,002a) vr=DT, vm=1, type=3
Modify Acquisition Number¶
-
name:
modifyAcquisitionNumber
, type:
Bool
, default:
TRUE
¶ Should modify AcquisitionNumber?
Acquisition Number¶
-
name:
AcquisitionNumber
, type:
String
¶ AcquisitionNumber (0020,0012) vr=IS, vm=1, type=3
Modify Burned In Annotation¶
-
name:
modifyBurnedInAnnotation
, type:
Bool
, default:
TRUE
¶ Should modify BurnedInAnnotation?
Burned In Annotation¶
-
name:
BurnedInAnnotation
, type:
String
¶ BurnedInAnnotation (0028,0301) vr=CS, vm=1, type=3
Modify Derivation Description¶
-
name:
modifyDerivationDescription
, type:
Bool
, default:
TRUE
¶ Should modify DerivationDescription?
Derivation Description¶
-
name:
DerivationDescription
, type:
String
¶ DerivationDescription (0008,2111) vr=ST, vm=1, type=3
Modify Image Comments¶
-
name:
modifyImageComments
, type:
Bool
, default:
TRUE
¶ Should modify ImageComments?
Modify Images In Acquisition¶
-
name:
modifyImagesInAcquisition
, type:
Bool
, default:
TRUE
¶ Should modify ImagesInAcquisition?
Images In Acquisition¶
-
name:
ImagesInAcquisition
, type:
String
¶ ImagesInAcquisition (0020,1002) vr=IS, vm=1, type=3
Modify Irradiation Event UID¶
-
name:
modifyIrradiationEventUID
, type:
Bool
, default:
TRUE
¶ Should modify IrradiationEventUID?
Irradiation Event UID¶
-
name:
IrradiationEventUID
, type:
String
¶ IrradiationEventUID (0008,3010) vr=UI, vm=1, type=3
Modify Lossy Image Compression¶
-
name:
modifyLossyImageCompression
, type:
Bool
, default:
TRUE
¶ Should modify LossyImageCompression?
Lossy Image Compression¶
-
name:
LossyImageCompression
, type:
String
¶ LossyImageCompression (0028,2110) vr=CS, vm=1, type=3
Modify Lossy Image Compression Method¶
-
name:
modifyLossyImageCompressionMethod
, type:
Bool
, default:
TRUE
¶ Should modify LossyImageCompressionMethod?
Lossy Image Compression Method¶
-
name:
LossyImageCompressionMethod
, type:
String
¶ LossyImageCompressionMethod (0028,2114) vr=CS, vm=1-n, type=3
Modify Lossy Image Compression Ratio¶
-
name:
modifyLossyImageCompressionRatio
, type:
Bool
, default:
TRUE
¶ Should modify LossyImageCompressionRatio?
Lossy Image Compression Ratio¶
-
name:
LossyImageCompressionRatio
, type:
String
¶ LossyImageCompressionRatio (0028,2112) vr=DS, vm=1-n, type=3
Modify Patient Orientation¶
-
name:
modifyPatientOrientation
, type:
Bool
, default:
TRUE
¶ Should modify PatientOrientation?
Patient Orientation¶
-
name:
PatientOrientation
, type:
String
¶ PatientOrientation (0020,0020) vr=CS, vm=2, type=2C
Modify Presentation LUTShape¶
-
name:
modifyPresentationLUTShape
, type:
Bool
, default:
TRUE
¶ Should modify PresentationLUTShape?
Presentation LUTShape¶
-
name:
PresentationLUTShape
, type:
String
¶ PresentationLUTShape (2050,0020) vr=CS, vm=1, type=3
Modify Quality Control Image¶
-
name:
modifyQualityControlImage
, type:
Bool
, default:
TRUE
¶ Should modify QualityControlImage?
Quality Control Image¶
-
name:
QualityControlImage
, type:
String
¶ QualityControlImage (0028,0300) vr=CS, vm=1, type=3
Set to now (setAcquisitionDateToNow)¶
-
name:
setAcquisitionDateToNow
, type:
Bool
, default:
FALSE
¶ Set to now.
Modify Acquisition Date¶
-
name:
modifyAcquisitionDate
, type:
Bool
, default:
TRUE
¶ Should modify AcquisitionDate?
Acquisition Date¶
-
name:
AcquisitionDate
, type:
String
¶ AcquisitionDate (0008,0022) vr=DA, vm=1, type=3
Set to now (setAcquisitionTimeToNow)¶
-
name:
setAcquisitionTimeToNow
, type:
Bool
, default:
FALSE
¶ Set to now.
Modify Acquisition Time¶
-
name:
modifyAcquisitionTime
, type:
Bool
, default:
TRUE
¶ Should modify AcquisitionTime?
Acquisition Time¶
-
name:
AcquisitionTime
, type:
String
¶ AcquisitionTime (0008,0032) vr=TM, vm=1, type=3
Set to now (setContentDateToNow)¶
-
name:
setContentDateToNow
, type:
Bool
, default:
FALSE
¶ Set to now.
Set to now (setContentTimeToNow)¶
-
name:
setContentTimeToNow
, type:
Bool
, default:
FALSE
¶ Set to now.
Copy Derivation Code Sequence¶
-
name:
copyDerivationCodeSequence
, type:
Bool
, default:
TRUE
¶ Should copy DerivationCodeSequence?
Copy Icon Image Sequence¶
-
name:
copyIconImageSequence
, type:
Bool
, default:
TRUE
¶ Should copy IconImageSequence?
Copy Referenced Image Sequence¶
-
name:
copyReferencedImageSequence
, type:
Bool
, default:
TRUE
¶ Should copy ReferencedImageSequence?
Copy Referenced Instance Sequence¶
-
name:
copyReferencedInstanceSequence
, type:
Bool
, default:
TRUE
¶ Should copy ReferencedInstanceSequence?
Copy Source Image Sequence¶
-
name:
copySourceImageSequence
, type:
Bool
, default:
TRUE
¶ Should copy SourceImageSequence?
Select All (GeneralImageModule_SelectAll)¶
-
name:
GeneralImageModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the GeneralImageModule.
Deselect All (GeneralImageModule_DeselectAll)¶
-
name:
GeneralImageModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the GeneralImageModule.
Inherit Values (GeneralImageModule_InheritValues)¶
-
name:
GeneralImageModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the GeneralImageModule.
Clear Values (GeneralImageModule_ClearValues)¶
-
name:
GeneralImageModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the GeneralImageModule.
Modify Image Orientation Patient¶
-
name:
modifyImageOrientationPatient
, type:
Bool
, default:
TRUE
¶ Should modify ImageOrientationPatient?
Image Orientation Patient¶
-
name:
ImageOrientationPatient
, type:
String
¶ ImageOrientationPatient (0020,0037) vr=DS, vm=6, type=1
Modify Image Position Patient¶
-
name:
modifyImagePositionPatient
, type:
Bool
, default:
TRUE
¶ Should modify ImagePositionPatient?
Image Position Patient¶
-
name:
ImagePositionPatient
, type:
String
¶ ImagePositionPatient (0020,0032) vr=DS, vm=3, type=1
Modify Pixel Spacing¶
-
name:
modifyPixelSpacing
, type:
Bool
, default:
TRUE
¶ Should modify PixelSpacing?
Modify Slice Location¶
-
name:
modifySliceLocation
, type:
Bool
, default:
TRUE
¶ Should modify SliceLocation?
Modify Slice Thickness¶
-
name:
modifySliceThickness
, type:
Bool
, default:
TRUE
¶ Should modify SliceThickness?
Select All (ImagePlaneModule_SelectAll)¶
-
name:
ImagePlaneModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the ImagePlaneModule.
Deselect All (ImagePlaneModule_DeselectAll)¶
-
name:
ImagePlaneModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the ImagePlaneModule.
Inherit Values (ImagePlaneModule_InheritValues)¶
-
name:
ImagePlaneModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the ImagePlaneModule.
Clear Values (ImagePlaneModule_ClearValues)¶
-
name:
ImagePlaneModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the ImagePlaneModule.
Modify Blue Palette Color Lookup Table Descriptor¶
-
name:
modifyBluePaletteColorLookupTableDescriptor
, type:
Bool
, default:
TRUE
¶ Should modify BluePaletteColorLookupTableDescriptor?
Blue Palette Color Lookup Table Descriptor¶
-
name:
BluePaletteColorLookupTableDescriptor
, type:
String
¶ BluePaletteColorLookupTableDescriptor (0028,1103) vr=US_SS, vm=3, type=1C
Modify Green Palette Color Lookup Table Descriptor¶
-
name:
modifyGreenPaletteColorLookupTableDescriptor
, type:
Bool
, default:
TRUE
¶ Should modify GreenPaletteColorLookupTableDescriptor?
Green Palette Color Lookup Table Descriptor¶
-
name:
GreenPaletteColorLookupTableDescriptor
, type:
String
¶ GreenPaletteColorLookupTableDescriptor (0028,1102) vr=US_SS, vm=3, type=1C
Modify Largest Image Pixel Value¶
-
name:
modifyLargestImagePixelValue
, type:
Bool
, default:
TRUE
¶ Should modify LargestImagePixelValue?
Largest Image Pixel Value¶
-
name:
LargestImagePixelValue
, type:
String
¶ LargestImagePixelValue (0028,0107) vr=US_SS, vm=1, type=3
Modify Pixel Aspect Ratio¶
-
name:
modifyPixelAspectRatio
, type:
Bool
, default:
TRUE
¶ Should modify PixelAspectRatio?
Pixel Aspect Ratio¶
-
name:
PixelAspectRatio
, type:
String
¶ PixelAspectRatio (0028,0034) vr=IS, vm=2, type=1C
Modify Pixel Data Provider URL¶
-
name:
modifyPixelDataProviderURL
, type:
Bool
, default:
TRUE
¶ Should modify PixelDataProviderURL?
Pixel Data Provider URL¶
-
name:
PixelDataProviderURL
, type:
String
¶ PixelDataProviderURL (0028,7fe0) vr=UT, vm=1, type=1C
Modify Planar Configuration¶
-
name:
modifyPlanarConfiguration
, type:
Bool
, default:
TRUE
¶ Should modify PlanarConfiguration?
Planar Configuration¶
-
name:
PlanarConfiguration
, type:
String
¶ PlanarConfiguration (0028,0006) vr=US, vm=1, type=1C
Modify Red Palette Color Lookup Table Descriptor¶
-
name:
modifyRedPaletteColorLookupTableDescriptor
, type:
Bool
, default:
TRUE
¶ Should modify RedPaletteColorLookupTableDescriptor?
Red Palette Color Lookup Table Descriptor¶
-
name:
RedPaletteColorLookupTableDescriptor
, type:
String
¶ RedPaletteColorLookupTableDescriptor (0028,1101) vr=US_SS, vm=3, type=1C
Modify Smallest Image Pixel Value¶
-
name:
modifySmallestImagePixelValue
, type:
Bool
, default:
TRUE
¶ Should modify SmallestImagePixelValue?
Smallest Image Pixel Value¶
-
name:
SmallestImagePixelValue
, type:
String
¶ SmallestImagePixelValue (0028,0106) vr=US_SS, vm=1, type=3
Select All (ImagePixelModule_SelectAll)¶
-
name:
ImagePixelModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the ImagePixelModule.
Deselect All (ImagePixelModule_DeselectAll)¶
-
name:
ImagePixelModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the ImagePixelModule.
Inherit Values (ImagePixelModule_InheritValues)¶
-
name:
ImagePixelModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the ImagePixelModule.
Clear Values (ImagePixelModule_ClearValues)¶
-
name:
ImagePixelModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the ImagePixelModule.
Modify Number Of Frames¶
-
name:
modifyNumberOfFrames
, type:
Bool
, default:
TRUE
¶ Should modify NumberOfFrames?
Number Of Frames¶
-
name:
NumberOfFrames
, type:
String
¶ NumberOfFrames (0028,0008) vr=IS, vm=1, type=1
Select All (MultiFrameModule_SelectAll)¶
-
name:
MultiFrameModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the MultiFrameModule.
Deselect All (MultiFrameModule_DeselectAll)¶
-
name:
MultiFrameModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the MultiFrameModule.
Inherit Values (MultiFrameModule_InheritValues)¶
-
name:
MultiFrameModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the MultiFrameModule.
Clear Values (MultiFrameModule_ClearValues)¶
-
name:
MultiFrameModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the MultiFrameModule.
Modify Overlay Bit Position¶
-
name:
modifyOverlayBitPosition
, type:
Bool
, default:
TRUE
¶ Should modify OverlayBitPosition?
Overlay Bit Position¶
-
name:
OverlayBitPosition
, type:
String
¶ OverlayBitPosition (60xx,0102) vr=US, vm=1, type=1
Modify Overlay Bits Allocated¶
-
name:
modifyOverlayBitsAllocated
, type:
Bool
, default:
TRUE
¶ Should modify OverlayBitsAllocated?
Overlay Bits Allocated¶
-
name:
OverlayBitsAllocated
, type:
String
¶ OverlayBitsAllocated (60xx,0100) vr=US, vm=1, type=1
Modify Overlay Columns¶
-
name:
modifyOverlayColumns
, type:
Bool
, default:
TRUE
¶ Should modify OverlayColumns?
Modify Overlay Description¶
-
name:
modifyOverlayDescription
, type:
Bool
, default:
TRUE
¶ Should modify OverlayDescription?
Overlay Description¶
-
name:
OverlayDescription
, type:
String
¶ OverlayDescription (60xx,0022) vr=LO, vm=1, type=3
Modify Overlay Label¶
-
name:
modifyOverlayLabel
, type:
Bool
, default:
TRUE
¶ Should modify OverlayLabel?
Modify Overlay Origin¶
-
name:
modifyOverlayOrigin
, type:
Bool
, default:
TRUE
¶ Should modify OverlayOrigin?
Modify Overlay Subtype¶
-
name:
modifyOverlaySubtype
, type:
Bool
, default:
TRUE
¶ Should modify OverlaySubtype?
Modify ROIStandard Deviation¶
-
name:
modifyROIStandardDeviation
, type:
Bool
, default:
TRUE
¶ Should modify ROIStandardDeviation?
ROIStandard Deviation¶
-
name:
ROIStandardDeviation
, type:
String
¶ ROIStandardDeviation (60xx,1303) vr=DS, vm=1, type=3
Select All (OverlayPlaneModule_SelectAll)¶
-
name:
OverlayPlaneModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the OverlayPlaneModule.
Deselect All (OverlayPlaneModule_DeselectAll)¶
-
name:
OverlayPlaneModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the OverlayPlaneModule.
Inherit Values (OverlayPlaneModule_InheritValues)¶
-
name:
OverlayPlaneModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the OverlayPlaneModule.
Clear Values (OverlayPlaneModule_ClearValues)¶
-
name:
OverlayPlaneModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the OverlayPlaneModule.
Modify Image Frame Origin¶
-
name:
modifyImageFrameOrigin
, type:
Bool
, default:
TRUE
¶ Should modify ImageFrameOrigin?
Image Frame Origin¶
-
name:
ImageFrameOrigin
, type:
String
¶ ImageFrameOrigin (60xx,0051) vr=US, vm=1, type=3
Modify Number Of Frames In Overlay¶
-
name:
modifyNumberOfFramesInOverlay
, type:
Bool
, default:
TRUE
¶ Should modify NumberOfFramesInOverlay?
Number Of Frames In Overlay¶
-
name:
NumberOfFramesInOverlay
, type:
String
¶ NumberOfFramesInOverlay (60xx,0015) vr=IS, vm=1, type=1
Select All (MultiFrameOverlayModule_SelectAll)¶
-
name:
MultiFrameOverlayModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the MultiFrameOverlayModule.
Deselect All (MultiFrameOverlayModule_DeselectAll)¶
-
name:
MultiFrameOverlayModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the MultiFrameOverlayModule.
Inherit Values (MultiFrameOverlayModule_InheritValues)¶
-
name:
MultiFrameOverlayModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the MultiFrameOverlayModule.
Clear Values (MultiFrameOverlayModule_ClearValues)¶
-
name:
MultiFrameOverlayModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the MultiFrameOverlayModule.
Modify Rescale Intercept¶
-
name:
modifyRescaleIntercept
, type:
Bool
, default:
TRUE
¶ Should modify RescaleIntercept?
Rescale Intercept¶
-
name:
RescaleIntercept
, type:
String
¶ RescaleIntercept (0028,1052) vr=DS, vm=1, type=1C
Modify Rescale Slope¶
-
name:
modifyRescaleSlope
, type:
Bool
, default:
TRUE
¶ Should modify RescaleSlope?
Copy Modality LUTSequence¶
-
name:
copyModalityLUTSequence
, type:
Bool
, default:
TRUE
¶ Should copy ModalityLUTSequence?
Select All (ModalityLUTModule_SelectAll)¶
-
name:
ModalityLUTModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the ModalityLUTModule.
Deselect All (ModalityLUTModule_DeselectAll)¶
-
name:
ModalityLUTModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the ModalityLUTModule.
Inherit Values (ModalityLUTModule_InheritValues)¶
-
name:
ModalityLUTModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the ModalityLUTModule.
Clear Values (ModalityLUTModule_ClearValues)¶
-
name:
ModalityLUTModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the ModalityLUTModule.
Modify Bits Allocated¶
-
name:
modifyBitsAllocated
, type:
Bool
, default:
TRUE
¶ Should modify BitsAllocated?
Modify Dose Grid Scaling¶
-
name:
modifyDoseGridScaling
, type:
Bool
, default:
TRUE
¶ Should modify DoseGridScaling?
Dose Grid Scaling¶
-
name:
DoseGridScaling
, type:
String
¶ DoseGridScaling (3004,000e) vr=DS, vm=1, type=1
Modify Dose Summation Type¶
-
name:
modifyDoseSummationType
, type:
Bool
, default:
TRUE
¶ Should modify DoseSummationType?
Dose Summation Type¶
-
name:
DoseSummationType
, type:
String
¶ DoseSummationType (3004,000a) vr=CS, vm=1, type=1
Modify Grid Frame Offset Vector¶
-
name:
modifyGridFrameOffsetVector
, type:
Bool
, default:
TRUE
¶ Should modify GridFrameOffsetVector?
Grid Frame Offset Vector¶
-
name:
GridFrameOffsetVector
, type:
String
¶ GridFrameOffsetVector (3004,000c) vr=DS, vm=2-n, type=1C
Modify Instance Number¶
-
name:
modifyInstanceNumber
, type:
Bool
, default:
TRUE
¶ Should modify InstanceNumber?
Modify Normalization Point¶
-
name:
modifyNormalizationPoint
, type:
Bool
, default:
TRUE
¶ Should modify NormalizationPoint?
Normalization Point¶
-
name:
NormalizationPoint
, type:
String
¶ NormalizationPoint (3004,0008) vr=DS, vm=3, type=3
Modify Photometric Interpretation¶
-
name:
modifyPhotometricInterpretation
, type:
Bool
, default:
TRUE
¶ Should modify PhotometricInterpretation?
Photometric Interpretation¶
-
name:
PhotometricInterpretation
, type:
String
¶ PhotometricInterpretation (0028,0004) vr=CS, vm=1, type=1C
Modify Pixel Representation¶
-
name:
modifyPixelRepresentation
, type:
Bool
, default:
TRUE
¶ Should modify PixelRepresentation?
Pixel Representation¶
-
name:
PixelRepresentation
, type:
String
¶ PixelRepresentation (0028,0103) vr=US, vm=1, type=1C
Modify Samples Per Pixel¶
-
name:
modifySamplesPerPixel
, type:
Bool
, default:
TRUE
¶ Should modify SamplesPerPixel?
Samples Per Pixel¶
-
name:
SamplesPerPixel
, type:
String
¶ SamplesPerPixel (0028,0002) vr=US, vm=1, type=1C
Modify Tissue Heterogeneity Correction¶
-
name:
modifyTissueHeterogeneityCorrection
, type:
Bool
, default:
TRUE
¶ Should modify TissueHeterogeneityCorrection?
Tissue Heterogeneity Correction¶
-
name:
TissueHeterogeneityCorrection
, type:
String
¶ TissueHeterogeneityCorrection (3004,0014) vr=CS, vm=1-3, type=3
Copy Referenced RTPlan Sequence¶
-
name:
copyReferencedRTPlanSequence
, type:
Bool
, default:
TRUE
¶ Should copy ReferencedRTPlanSequence?
Select All (RTDoseModule_SelectAll)¶
-
name:
RTDoseModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the RTDoseModule.
Deselect All (RTDoseModule_DeselectAll)¶
-
name:
RTDoseModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the RTDoseModule.
Inherit Values (RTDoseModule_InheritValues)¶
-
name:
RTDoseModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the RTDoseModule.
Clear Values (RTDoseModule_ClearValues)¶
-
name:
RTDoseModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the RTDoseModule.
Modify DVHNormalization Dose Value¶
-
name:
modifyDVHNormalizationDoseValue
, type:
Bool
, default:
TRUE
¶ Should modify DVHNormalizationDoseValue?
DVHNormalization Dose Value¶
-
name:
DVHNormalizationDoseValue
, type:
String
¶ DVHNormalizationDoseValue (3004,0042) vr=DS, vm=1, type=3
Modify DVHNormalization Point¶
-
name:
modifyDVHNormalizationPoint
, type:
Bool
, default:
TRUE
¶ Should modify DVHNormalizationPoint?
DVHNormalization Point¶
-
name:
DVHNormalizationPoint
, type:
String
¶ DVHNormalizationPoint (3004,0040) vr=DS, vm=3, type=3
Copy Referenced Structure Set Sequence¶
-
name:
copyReferencedStructureSetSequence
, type:
Bool
, default:
TRUE
¶ Should copy ReferencedStructureSetSequence?
Select All (RTDVHModule_SelectAll)¶
-
name:
RTDVHModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the RTDVHModule.
Deselect All (RTDVHModule_DeselectAll)¶
-
name:
RTDVHModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the RTDVHModule.
Inherit Values (RTDVHModule_InheritValues)¶
-
name:
RTDVHModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the RTDVHModule.
Clear Values (RTDVHModule_ClearValues)¶
-
name:
RTDVHModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the RTDVHModule.
Modify Structure Set Description¶
-
name:
modifyStructureSetDescription
, type:
Bool
, default:
TRUE
¶ Should modify StructureSetDescription?
Structure Set Description¶
-
name:
StructureSetDescription
, type:
String
¶ StructureSetDescription (3006,0006) vr=ST, vm=1, type=3
Modify Structure Set Label¶
-
name:
modifyStructureSetLabel
, type:
Bool
, default:
TRUE
¶ Should modify StructureSetLabel?
Structure Set Label¶
-
name:
StructureSetLabel
, type:
String
¶ StructureSetLabel (3006,0002) vr=SH, vm=1, type=1
Modify Structure Set Name¶
-
name:
modifyStructureSetName
, type:
Bool
, default:
TRUE
¶ Should modify StructureSetName?
Structure Set Name¶
-
name:
StructureSetName
, type:
String
¶ StructureSetName (3006,0004) vr=LO, vm=1, type=3
Set to now (setStructureSetDateToNow)¶
-
name:
setStructureSetDateToNow
, type:
Bool
, default:
FALSE
¶ Set to now.
Modify Structure Set Date¶
-
name:
modifyStructureSetDate
, type:
Bool
, default:
TRUE
¶ Should modify StructureSetDate?
Structure Set Date¶
-
name:
StructureSetDate
, type:
String
¶ StructureSetDate (3006,0008) vr=DA, vm=1, type=2
Set to now (setStructureSetTimeToNow)¶
-
name:
setStructureSetTimeToNow
, type:
Bool
, default:
FALSE
¶ Set to now.
Modify Structure Set Time¶
-
name:
modifyStructureSetTime
, type:
Bool
, default:
TRUE
¶ Should modify StructureSetTime?
Structure Set Time¶
-
name:
StructureSetTime
, type:
String
¶ StructureSetTime (3006,0009) vr=TM, vm=1, type=2
Copy Referenced Frame Of Reference Sequence¶
-
name:
copyReferencedFrameOfReferenceSequence
, type:
Bool
, default:
TRUE
¶ Should copy ReferencedFrameOfReferenceSequence?
Copy Structure Set ROISequence¶
-
name:
copyStructureSetROISequence
, type:
Bool
, default:
TRUE
¶ Should copy StructureSetROISequence?
Select All (StructureSetModule_SelectAll)¶
-
name:
StructureSetModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the StructureSetModule.
Deselect All (StructureSetModule_DeselectAll)¶
-
name:
StructureSetModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the StructureSetModule.
Inherit Values (StructureSetModule_InheritValues)¶
-
name:
StructureSetModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the StructureSetModule.
Clear Values (StructureSetModule_ClearValues)¶
-
name:
StructureSetModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the StructureSetModule.
Copy ROIContour Sequence¶
-
name:
copyROIContourSequence
, type:
Bool
, default:
TRUE
¶ Should copy ROIContourSequence?
Select All (ROIContourModule_SelectAll)¶
-
name:
ROIContourModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the ROIContourModule.
Deselect All (ROIContourModule_DeselectAll)¶
-
name:
ROIContourModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the ROIContourModule.
Inherit Values (ROIContourModule_InheritValues)¶
-
name:
ROIContourModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the ROIContourModule.
Clear Values (ROIContourModule_ClearValues)¶
-
name:
ROIContourModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the ROIContourModule.
Copy RTDose ROISequence¶
-
name:
copyRTDoseROISequence
, type:
Bool
, default:
TRUE
¶ Should copy RTDoseROISequence?
Select All (RTDoseROIModule_SelectAll)¶
-
name:
RTDoseROIModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the RTDoseROIModule.
Deselect All (RTDoseROIModule_DeselectAll)¶
-
name:
RTDoseROIModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the RTDoseROIModule.
Inherit Values (RTDoseROIModule_InheritValues)¶
-
name:
RTDoseROIModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the RTDoseROIModule.
Clear Values (RTDoseROIModule_ClearValues)¶
-
name:
RTDoseROIModule_ClearValues
, type:
Trigger
¶ Clear values of tags belonging to the RTDoseROIModule.
Modify Authorization Equipment Certification Number¶
-
name:
modifyAuthorizationEquipmentCertificationNumber
, type:
Bool
, default:
TRUE
¶ Should modify AuthorizationEquipmentCertificationNumber?
Authorization Equipment Certification Number¶
-
name:
AuthorizationEquipmentCertificationNumber
, type:
String
¶ AuthorizationEquipmentCertificationNumber (0100,0426) vr=LO, vm=1, type=3
Modify Original Specialized SOPClass UID¶
-
name:
modifyOriginalSpecializedSOPClassUID
, type:
Bool
, default:
TRUE
¶ Should modify OriginalSpecializedSOPClassUID?
Original Specialized SOPClass UID¶
-
name:
OriginalSpecializedSOPClassUID
, type:
String
¶ OriginalSpecializedSOPClassUID (0008,001b) vr=UI, vm=1, type=3
Modify SOPAuthorization Comment¶
-
name:
modifySOPAuthorizationComment
, type:
Bool
, default:
TRUE
¶ Should modify SOPAuthorizationComment?
SOPAuthorization Comment¶
-
name:
SOPAuthorizationComment
, type:
String
¶ SOPAuthorizationComment (0100,0424) vr=LT, vm=1, type=3
Modify SOPAuthorization Date Time¶
-
name:
modifySOPAuthorizationDateTime
, type:
Bool
, default:
TRUE
¶ Should modify SOPAuthorizationDateTime?
SOPAuthorization Date Time¶
-
name:
SOPAuthorizationDateTime
, type:
String
¶ SOPAuthorizationDateTime (0100,0420) vr=DT, vm=1, type=3
Modify SOPInstance Status¶
-
name:
modifySOPInstanceStatus
, type:
Bool
, default:
TRUE
¶ Should modify SOPInstanceStatus?
SOPInstance Status¶
-
name:
SOPInstanceStatus
, type:
String
¶ SOPInstanceStatus (0100,0410) vr=CS, vm=1, type=3
Modify Specific Character Set¶
-
name:
modifySpecificCharacterSet
, type:
Bool
, default:
TRUE
¶ Should modify SpecificCharacterSet?
Specific Character Set¶
-
name:
SpecificCharacterSet
, type:
String
¶ SpecificCharacterSet (0008,0005) vr=CS, vm=1-n, type=1C
Modify Timezone Offset From UTC¶
-
name:
modifyTimezoneOffsetFromUTC
, type:
Bool
, default:
TRUE
¶ Should modify TimezoneOffsetFromUTC?
Timezone Offset From UTC¶
-
name:
TimezoneOffsetFromUTC
, type:
String
¶ TimezoneOffsetFromUTC (0008,0201) vr=SH, vm=1, type=3
Create new UID (autoCreateInstanceCreatorUID)¶
-
name:
autoCreateInstanceCreatorUID
, type:
Bool
, default:
FALSE
¶ Auto create new UID.
Modify Instance Creator UID¶
-
name:
modifyInstanceCreatorUID
, type:
Bool
, default:
TRUE
¶ Should modify InstanceCreatorUID?
Instance Creator UID¶
-
name:
InstanceCreatorUID
, type:
String
¶ InstanceCreatorUID (0008,0014) vr=UI, vm=1, type=3
Create new UID (autoCreateSOPInstanceUID)¶
-
name:
autoCreateSOPInstanceUID
, type:
Bool
, default:
FALSE
¶ Auto create new UID.
Modify SOPInstance UID¶
-
name:
modifySOPInstanceUID
, type:
Bool
, default:
TRUE
¶ Should modify SOPInstanceUID?
Set to now (setInstanceCreationDateToNow)¶
-
name:
setInstanceCreationDateToNow
, type:
Bool
, default:
FALSE
¶ Set to now.
Modify Instance Creation Date¶
-
name:
modifyInstanceCreationDate
, type:
Bool
, default:
TRUE
¶ Should modify InstanceCreationDate?
Instance Creation Date¶
-
name:
InstanceCreationDate
, type:
String
¶ InstanceCreationDate (0008,0012) vr=DA, vm=1, type=3
Set to now (setInstanceCreationTimeToNow)¶
-
name:
setInstanceCreationTimeToNow
, type:
Bool
, default:
FALSE
¶ Set to now.
Modify Instance Creation Time¶
-
name:
modifyInstanceCreationTime
, type:
Bool
, default:
TRUE
¶ Should modify InstanceCreationTime?
Instance Creation Time¶
-
name:
InstanceCreationTime
, type:
String
¶ InstanceCreationTime (0008,0013) vr=TM, vm=1, type=3
Copy Coding Scheme Identification Sequence¶
-
name:
copyCodingSchemeIdentificationSequence
, type:
Bool
, default:
TRUE
¶ Should copy CodingSchemeIdentificationSequence?
Copy Contributing Equipment Sequence¶
-
name:
copyContributingEquipmentSequence
, type:
Bool
, default:
TRUE
¶ Should copy ContributingEquipmentSequence?
Copy Digital Signatures Sequence¶
-
name:
copyDigitalSignaturesSequence
, type:
Bool
, default:
TRUE
¶ Should copy DigitalSignaturesSequence?
Copy Encrypted Attributes Sequence¶
-
name:
copyEncryptedAttributesSequence
, type:
Bool
, default:
TRUE
¶ Should copy EncryptedAttributesSequence?
Copy HL7Structured Document Reference Sequence¶
-
name:
copyHL7StructuredDocumentReferenceSequence
, type:
Bool
, default:
TRUE
¶ Should copy HL7StructuredDocumentReferenceSequence?
Copy MACParameters Sequence¶
-
name:
copyMACParametersSequence
, type:
Bool
, default:
TRUE
¶ Should copy MACParametersSequence?
Copy Original Attributes Sequence¶
-
name:
copyOriginalAttributesSequence
, type:
Bool
, default:
TRUE
¶ Should copy OriginalAttributesSequence?
Select All (SOPCommonModule_SelectAll)¶
-
name:
SOPCommonModule_SelectAll
, type:
Trigger
¶ Select all Check Boxes belonging to the SOPCommonModule.
Deselect All (SOPCommonModule_DeselectAll)¶
-
name:
SOPCommonModule_DeselectAll
, type:
Trigger
¶ Deselect all Check Boxes belonging to the SOPCommonModule.
Inherit Values (SOPCommonModule_InheritValues)¶
-
name:
SOPCommonModule_InheritValues
, type:
Trigger
¶ Inherit values of tags belonging to the SOPCommonModule.