public class RTDoseIOD extends NonImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RT_DOSE_IOD
The Constant RT_DOSE_IOD.
|
| Constructor and Description |
|---|
RTDoseIOD()
Instantiates a new rT dose iod.
|
RTDoseIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
RTDoseIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
RTDoseIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
RTDoseIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
RTDoseIOD(java.lang.String strFileName)
Creates RTDoseIOD IOD from a DICOM file containing RTDoseIOD DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributs of Module.
|
ClinicalTrialSeriesModule |
getClinicalTrialSeriesModule()
Retrieves pre-initialized instance of Clinical Trial Series Module.
|
CommonInstanceReferenceModule |
getCommonInstanceReferenceModule()
Retrieves pre-initialized instance of Common Instance Reference Module.
|
FrameExtractionModule |
getFrameExtractionModule()
Retrieves pre-initialized instance of Frame Extraction Module .
|
FrameOfReferenceModule |
getFrameOfReferenceModule()
Retrieves pre-initialized instance of Frame Of Reference Module.
|
GeneralEquipmentModule |
getGeneralEquipmentModule()
Retrieves pre-initialized instance of General Equipment Module.
|
GeneralImageModule |
getGeneralImageModule()
Retrieves pre-initialized instance of General Image Module.
|
GeneralStudyModule |
getGeneralStudyModule()
Retrieves pre-initialized instance of General Study Module.
|
ImagePixelModule |
getImagePixelModule()
Retrieves pre-initialized instance of Image Pixel Module.
|
ImagePlaneModule |
getImagePlaneModule()
Retrieves pre-initialized instance of Image Plane Module.
|
ModalityLUTModule |
getModalityLUTModule()
Retrieves pre-initialized instance of Modality LUT Module.
|
MultiFrameModule |
getMultiFrameModule()
Retrieves pre-initialized instance of Multi Frame Module .
|
MultiFrameOverlayModule |
getMultiFrameOverlayModule()
Retrieves pre-initialized instance of Multi Frame Overlay Module .
|
OverlayPlaneModule |
getOverlayPlaneModule()
Retrieves pre-initialized instance of Overlay Plane Module.
|
PatientModule |
getPatientModule()
Retrieves pre-initialized instance of Patient Module.
|
PatientStudyModule |
getPatientStudyModule()
Retrieves pre-initialized instance of Patient Study Module.
|
ROIContourModule |
getROIContourModule()
Retrieves pre-initialized instance of ROI Contour Module .
|
RTDoseModule |
getRTDoseModule()
Retrieves pre-initialized instance of RT Dose Module .
|
RTDoseROIModule |
getRTDoseROIModule()
Retrieves pre-initialized instance of RT Dose ROI Module .
|
RTDVHModule |
getRTDVHModule()
Retrieves pre-initialized instance of RT DVH Module .
|
RTSeriesModule |
getRTSeriesModule()
Retrieves pre-initialized instance of RT Series Module.
|
SOPCommonModule |
getSOPCommonModule()
Retrieves pre-initialized instance of SOP Common Module.
|
StructureSetModule |
getStructureSetModule()
Retrieves pre-initialized instance of Structure Set 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 RTDoseIOD according to the Module Table given in The DICOM Standard.
|
getClinicalTrialStudyModule, getClinicalTrialSubjectModuleaddDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic static final java.lang.String RT_DOSE_IOD
public RTDoseIOD()
public RTDoseIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public RTDoseIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public RTDoseIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public RTDoseIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public RTDoseIOD(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 ClinicalTrialSeriesModule getClinicalTrialSeriesModule()
ClinicalTrialSeriesModule.public FrameOfReferenceModule getFrameOfReferenceModule()
FrameOfReferenceModule.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 GeneralImageModule getGeneralImageModule()
GeneralImageModule.public ImagePlaneModule getImagePlaneModule()
ImagePlaneModule.public ModalityLUTModule getModalityLUTModule()
ModalityLUTModule.public OverlayPlaneModule getOverlayPlaneModule()
OverlayPlaneModule.public ImagePixelModule getImagePixelModule()
ImagePixelModule.public MultiFrameModule getMultiFrameModule()
MultiFrameModule.public MultiFrameOverlayModule getMultiFrameOverlayModule()
MultiFrameOverlayModule.public RTDoseModule getRTDoseModule()
RTDoseModule.public RTDVHModule getRTDVHModule()
RTDVHModule.public ROIContourModule getROIContourModule()
ROIContourModule.public RTDoseROIModule getRTDoseROIModule()
RTDoseROIModule.public StructureSetModule getStructureSetModule()
StructureSetModule.public CommonInstanceReferenceModule getCommonInstanceReferenceModule()
CommonInstanceReferenceModule.public FrameExtractionModule getFrameExtractionModule()
FrameExtractionModule.public boolean validate()
throws InvalidIODException
validate in class NonImageIODInvalidIODException - - throws when the IOD is invalid.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