public class RTPlanIOD extends NonImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RT_PLAN_IOD
The Constant RT_PLAN_IOD.
|
| Constructor and Description |
|---|
RTPlanIOD()
Instantiates a new rT plan iod.
|
RTPlanIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
RTPlanIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
RTPlanIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
RTPlanIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
RTPlanIOD(java.lang.String strFileName)
Creates RTPlanIOD IOD from a DICOM file containing RTPlanIOD DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributs of Module.
|
ApprovalModule |
getApprovalModule()
Retrieves pre-initialized instance of Approval Module.
|
ClinicalTrialSeriesModule |
getClinicalTrialSeriesModule()
Retrieves pre-initialized instance of Clinical Trial Series Module.
|
CommonInstanceReferenceModule |
getCommonInstanceReferenceModule()
Retrieves pre-initialized instance of Common Instance Reference Module.
|
FrameOfReferenceModule |
getFrameOfReferenceModule()
Retrieves pre-initialized instance of Frame Of Reference Module.
|
GeneralEquipmentModule |
getGeneralEquipmentModule()
Retrieves pre-initialized instance of General Equipment Module.
|
GeneralStudyModule |
getGeneralStudyModule()
Retrieves pre-initialized instance of General Study Module.
|
PatientModule |
getPatientModule()
Retrieves pre-initialized instance of Patient Module.
|
PatientStudyModule |
getPatientStudyModule()
Retrieves pre-initialized instance of Patient Study Module.
|
RTBeamsModule |
getRTBeamsModule()
Retrieves pre-initialized instance of RT Beams Module.
|
RTBrachyApplicationSetupsModule |
getRTBrachyApplicationSetupsModule()
Retrieves pre-initialized instance of RT Brachy Application Setups Module.
|
RTFractionSchemeModule |
getRTFractionSchemeModule()
Retrieves pre-initialized instance of RT Fraction Scheme Module.
|
RTGeneralPlanModule |
getRTGeneralPlanModule()
Retrieves pre-initialized instance of RT General Plan Module.
|
RTPatientSetupModule |
getRTPatientSetupModule()
Retrieves pre-initialized instance of RT Patient Setup Module.
|
RTPrescriptionModule |
getRTPrescriptionModule()
Retrieves pre-initialized instance of RT Prescription Module.
|
RTSeriesModule |
getRTSeriesModule()
Retrieves pre-initialized instance of RT Series Module.
|
RTToleranceTablesModule |
getRTToleranceTablesModule()
Retrieves pre-initialized instance of RT Tolerance Tables Module.
|
SOPCommonModule |
getSOPCommonModule()
Retrieves pre-initialized instance of SOP Common Module.
|
boolean |
isModulePresent(java.lang.String strModuleName)
Checks whether the Module is present in the IOD or not.
|
boolean |
validate()
This method validates Non-Image IOD RTPlanIOD according to the Module Table given in The DICOM Standard.
|
getClinicalTrialStudyModule, getClinicalTrialSubjectModuleaddDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic static final java.lang.String RT_PLAN_IOD
public RTPlanIOD()
public RTPlanIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public RTPlanIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public RTPlanIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public RTPlanIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public RTPlanIOD(java.lang.String strFileName)
throws java.io.IOException,
InvalidIODException
strFileName - DICOM File with absolute path.java.io.IOException - Exception caused due to wrong I/O operations.ParseException - signals if some parse exceptions are occurred.InvalidIODException - signals if some IOD exceptions are occurred.public boolean validate()
throws InvalidIODException
validate in class NonImageIODInvalidIODException - - throws when the IOD is invalid.public ApprovalModule getApprovalModule()
ApprovalModule.public CommonInstanceReferenceModule getCommonInstanceReferenceModule()
CommonInstanceReferenceModule.public ClinicalTrialSeriesModule getClinicalTrialSeriesModule()
ClinicalTrialSeriesModule.public GeneralEquipmentModule getGeneralEquipmentModule()
GeneralEquipmentModule.public GeneralStudyModule getGeneralStudyModule()
GeneralStudyModule.public PatientModule getPatientModule()
PatientModule.public PatientStudyModule getPatientStudyModule()
PatientStudyModule.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.public RTSeriesModule getRTSeriesModule()
RTSeriesModule.public FrameOfReferenceModule getFrameOfReferenceModule()
FrameOfReferenceModule.public RTGeneralPlanModule getRTGeneralPlanModule()
RTGeneralPlanModule.public RTPrescriptionModule getRTPrescriptionModule()
RTPrescriptionModule.public RTToleranceTablesModule getRTToleranceTablesModule()
RTToleranceTablesModule.public RTPatientSetupModule getRTPatientSetupModule()
RTPatientSetupModule.public RTFractionSchemeModule getRTFractionSchemeModule()
RTFractionSchemeModule.public RTBeamsModule getRTBeamsModule()
RTBeamsModule.public RTBrachyApplicationSetupsModule getRTBrachyApplicationSetupsModule()
RTBrachyApplicationSetupsModule.public void dumpDICOMInfo(IDicomStream objIDicomStream) throws java.io.IOException
dumpDICOMInfo in class CompositeIODobjIDicomStream - - the Stream on which the Data is to be written.java.io.IOException - - Exception is thrown indicating runtime failure of writing operation.public boolean isModulePresent(java.lang.String strModuleName)
isModulePresent in class NonImageIODstrModuleName - String value of module name