public class RTImageIOD extends ImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RT_IMAGE_IOD
The Constant RT_IMAGE_IOD.
|
| Constructor and Description |
|---|
RTImageIOD()
Instantiates a new rT image iod.
|
RTImageIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
RTImageIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
RTImageIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
RTImageIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
RTImageIOD(java.lang.String strFileName)
Creates RTImageIOD IOD from a DICOM file containing RTImageIOD 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.
|
CineModule |
getCineModule()
Retrieves pre-initialized instance of Cine Module.
|
CommonInstanceReferenceModule |
getCommonInstanceReferenceModule()
Retrieves pre-initialized instance of Common Instance Reference Module.
|
ContrastBolusModule |
getContrastBolusModule()
Retrieves pre-initialized instance of Contrast Bolus Module.
|
DeviceModule |
getDeviceModule()
Retrieves pre-initialized instance of Device Module.
|
FrameExtractionModule |
getFrameExtractionModule()
Retrieves pre-initialized instance of Frame Extraction Module.
|
FrameOfReferenceModule |
getFrameOfReferenceModule()
Retrieves pre-initialized instance of Frame Of Reference Module.
|
GeneralImageModule |
getGeneralImageModule()
Retrieves pre-initialized instance of General Image Module.
|
ModalityLUTModule |
getModalityLUTModule()
Retrieves pre-initialized instance of Modality LUT Module.
|
MultiFrameModule |
getMultiFrameModule()
Retrieves pre-initialized instance of Multi Frame Module.
|
RTImageModule |
getRTImageModule()
Retrieves pre-initialized instance of RT Image Module.
|
RTSeriesModule |
getRTSeriesModule()
Retrieves pre-initialized instance of RT Series Module.
|
SOPCommonModule |
getSOPCommonModule()
Retrieves pre-initialized instance of SOP Common Module.
|
VOILUTModule |
getVOILUTModule()
Retrieves pre-initialized instance of VOI LUT Module.
|
boolean |
isModulePresent(java.lang.String strModuleName)
Checks whether the Module is present in the IOD or not.
|
boolean |
validate()
This method validates RT Image IOD according to the Module Table given in The DICOM Standard.
|
getClinicalTrialSeriesModule, getGeneralEquipmentModule, getGeneralSeriesModule, getGeneralStudyModule, getImagePixelModule, getPatientModule, getPatientStudyModulegetClinicalTrialStudyModule, getClinicalTrialSubjectModuleaddDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic static final java.lang.String RT_IMAGE_IOD
public RTImageIOD()
public RTImageIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public RTImageIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public RTImageIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public RTImageIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public RTImageIOD(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 GeneralImageModule getGeneralImageModule()
GeneralImageModule.public ApprovalModule getApprovalModule()
ApprovalModule.public CineModule getCineModule()
CineModule.public ContrastBolusModule getContrastBolusModule()
ContrastBolusModule.public FrameOfReferenceModule getFrameOfReferenceModule()
FrameOfReferenceModule.public ModalityLUTModule getModalityLUTModule()
ModalityLUTModule.public MultiFrameModule getMultiFrameModule()
MultiFrameModule.public DeviceModule getDeviceModule()
DeviceModule.public RTImageModule getRTImageModule()
RTImageModule.public RTSeriesModule getRTSeriesModule()
RTSeriesModule.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.public VOILUTModule getVOILUTModule()
VOILUTModule.public CommonInstanceReferenceModule getCommonInstanceReferenceModule()
CommonInstanceReferenceModule.public FrameExtractionModule getFrameExtractionModule()
FrameExtractionModule.public boolean validate()
throws InvalidIODException
validate in class ImageIODInvalidIODException - - throws when the IOD is invalid.public void dumpDICOMInfo(IDicomStream objIDicomStream) throws java.io.IOException
dumpDICOMInfo in class ImageIODobjIDicomStream - - 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 ImageIODstrModuleName - String value of module name