public class RTIonBeamsTreatmentRecordIOD extends NonImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RT_ION_BEAMS_TREATMENT_RECORD_IOD
The Constant INVALID_RT_BEAMS_TREATMENT_RECORD_IOD.
|
| Constructor and Description |
|---|
RTIonBeamsTreatmentRecordIOD()
Instantiates a new RTIonBeamsTreatmentRecordIOD
|
RTIonBeamsTreatmentRecordIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
RTIonBeamsTreatmentRecordIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
RTIonBeamsTreatmentRecordIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
RTIonBeamsTreatmentRecordIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
RTIonBeamsTreatmentRecordIOD(java.lang.String strFileName)
Creates RTIonBeamsTreatmentRecordIOD IOD from a DICOM file containing RTIonBeamsTreatmentRecordIOD DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributes of Module.
|
CalculatedDoseReferenceRecordModule |
getCalculatedDoseReferenceRecordModule()
Retrieves pre-initialized instance of Calculated Dose Reference Record Module.
|
ClinicalTrialSeriesModule |
getClinicalTrialSeriesModule()
Retrieves pre-initialized instance of Clinical Trial Series Module.
|
CommonInstanceReferenceModule |
getCommonInstanceReferenceModule()
Retrieves pre-initialized instance of Image Pixel Module.
|
GeneralEquipmentModule |
getGeneralEquipmentModule()
Retrieves pre-initialized instance of General Equipment Module.
|
GeneralStudyModule |
getGeneralStudyModule()
Retrieves pre-initialized instance of General Study Module.
|
MeasuredDoseReferenceRecordModule |
getMeasuredDoseReferenceRecordModule()
Retrieves pre-initialized instance of Measured Dose Reference Record Module.
|
PatientModule |
getPatientModule()
Retrieves pre-initialized instance of Patient Module.
|
PatientStudyModule |
getPatientStudyModule()
Retrieves pre-initialized instance of Patient Study Module.
|
RTGeneralTreatmentRecordModule |
getRTGeneralTreatmentRecordModule()
Retrieves pre-initialized instance of RT General Treatment Record Module.
|
RTIonBeamsSessionRecordModule |
getRTIonBeamsSessionRecordModule()
Retrieves pre-initialized instance of RT Beams Session Record Module.
|
RTPatientSetupModule |
getRTPatientSetupModule()
Retrieves pre-initialized instance of RT Patient Setup Module.
|
RTSeriesModule |
getRTSeriesModule()
Retrieves pre-initialized instance of RT Series Module.
|
RTTreatmentMachineRecordModule |
getRTTreatmentMachineRecordModule()
Retrieves pre-initialized instance of RT Treatment Machine Record Module.
|
RTTreatmentSummaryRecordModule |
getRTTreatmentSummaryRecordModule()
Retrieves pre-initialized instance of RT Treatment Summary Record 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 RTIonBeamsTreatmentRecordIOD according to the Module Table given in The DICOM Standard.
|
getClinicalTrialStudyModule, getClinicalTrialSubjectModuleaddDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic static final java.lang.String RT_ION_BEAMS_TREATMENT_RECORD_IOD
public RTIonBeamsTreatmentRecordIOD()
public RTIonBeamsTreatmentRecordIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public RTIonBeamsTreatmentRecordIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public RTIonBeamsTreatmentRecordIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public RTIonBeamsTreatmentRecordIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public RTIonBeamsTreatmentRecordIOD(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 PatientModule getPatientModule()
PatientModule.public GeneralStudyModule getGeneralStudyModule()
GeneralStudyModule.public PatientStudyModule getPatientStudyModule()
PatientStudyModule.public ClinicalTrialSeriesModule getClinicalTrialSeriesModule()
ClinicalTrialSeriesModule.public CommonInstanceReferenceModule getCommonInstanceReferenceModule()
CommonInstanceReferenceModule.public CalculatedDoseReferenceRecordModule getCalculatedDoseReferenceRecordModule()
CalculatedDoseReferenceRecordModule.public MeasuredDoseReferenceRecordModule getMeasuredDoseReferenceRecordModule()
MeasuredDoseReferenceRecordModule.public RTIonBeamsSessionRecordModule getRTIonBeamsSessionRecordModule()
RTIonBeamsSessionRecordModule.public RTGeneralTreatmentRecordModule getRTGeneralTreatmentRecordModule()
RTGeneralTreatmentRecordModule.public RTPatientSetupModule getRTPatientSetupModule()
RTPatientSetupModule.public RTSeriesModule getRTSeriesModule()
RTSeriesModule.public RTTreatmentMachineRecordModule getRTTreatmentMachineRecordModule()
RTTreatmentMachineRecordModule.public RTTreatmentSummaryRecordModule getRTTreatmentSummaryRecordModule()
RTTreatmentSummaryRecordModule.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.public GeneralEquipmentModule getGeneralEquipmentModule()
GeneralEquipmentModule.public boolean validate()
throws InvalidIODException
validate in class NonImageIODInvalidIODException - the invalid iod exceptionpublic 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