public class OphthalmicTomographyImageIOD extends ImageIOD
| Constructor and Description |
|---|
OphthalmicTomographyImageIOD()
Instantiates a new OphthalmicTomographyImageIOD.
|
OphthalmicTomographyImageIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
OphthalmicTomographyImageIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
OphthalmicTomographyImageIOD(ITransferSyntax objITransferSyntax_)
null
This constructor initializes the TransferSyntax in its superclass IOD.
|
OphthalmicTomographyImageIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
OphthalmicTomographyImageIOD(java.lang.String strFileName)
Creates OphthalmicTomographyImageIOD from a DICOM file containing OphthalmicTomographyImageIOD DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributes of Module.
|
AcquisitionContextModule |
getAcquisitionContextModule()
Retrieves pre-initialized instance of Acquisition Context Module.
|
CardiacSynchronizationModule |
getCardiacSynchronizationModule()
Retrieves pre-initialized instance of Cardiac Synchronization Module.
|
CommonInstanceReferenceModule |
getCommonInstanceReferenceModule()
Retrieves pre-initialized instance of Common Instance Reference Module.
|
EnhancedContrastBolusModule |
getEnhancedContrastBolusModule()
Retrieves pre-initialized instance of Enhanced Contrast/Bolus Module.
|
EnhancedGeneralEquipmentModule |
getEnhancedGeneralEquipmentModule()
Retrieves pre-initialized instance of Enhanced General Equipment Module.
|
FrameExtractionModule |
getFrameExtractionModule()
Retrieves pre-initialized instance of Frame Extraction Module.
|
FrameOfReferenceModule |
getFrameOfReferenceModule()
Retrieves pre-initialized instance of Frame of Reference Module.
|
MultiFrameDimensionModule |
getMultiFrameDimensionModule()
Retrieves pre-initialized instance of Multi-frame Dimension Groups Module.
|
MultiFrameFunctionalGroupsModule |
getMultiFrameFunctionalGroupsModule()
Retrieves pre-initialized instance of Multi-frame Functional Groups Module.
|
OcularRegionImagedModule |
getOcularRegionImagedModule()
Retrieves pre-initialized instance of OcularRegionImagedModule.
|
OphthalmicTomographyAcquisitionParametersModule |
getOphthalmicTomographyAcquisitionParametersModule()
Retrieves pre-initialized instance of OphthalmicTomographyAcquisitionParametersModule.
|
OphthalmicTomographyImageModule |
getOphthalmicTomographyImageModule()
Retrieves pre-initialized instance of OphthalmicTomographyImageModule.
|
OphthalmicTomographyParametersModule |
getOphthalmicTomographyParametersModule()
Retrieves pre-initialized instance of OphthalmicTomographyParametersModule.
|
OphthalmicTomographySeriesModule |
getOphthalmicTomographySeriesModule()
Retrieves pre-initialized instance ofOphthalmicTomographySeriesModule.
|
SOPCommonModule |
getSOPCommonModule()
Retrieves pre-initialized instance of SOP Common Module.
|
SynchronizationModule |
getSynchronizationModule()
Retrieves pre-initialized instance of SynchronizationModule.
|
boolean |
isModulePresent(java.lang.String strModuleName)
Checks whether the Module is present in the IOD or not.
|
boolean |
validate()
This method validates OphthalmicTomographyImageIOD according to the Module Table given in The DICOM Standard.
|
getClinicalTrialSeriesModule, getGeneralEquipmentModule, getGeneralSeriesModule, getGeneralStudyModule, getImagePixelModule, getPatientModule, getPatientStudyModulegetClinicalTrialStudyModule, getClinicalTrialSubjectModuleaddDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic OphthalmicTomographyImageIOD()
public OphthalmicTomographyImageIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public OphthalmicTomographyImageIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public OphthalmicTomographyImageIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public OphthalmicTomographyImageIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public OphthalmicTomographyImageIOD(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 OphthalmicTomographySeriesModule getOphthalmicTomographySeriesModule()
OphthalmicTomographySeriesModule.public FrameOfReferenceModule getFrameOfReferenceModule()
FrameOfReferenceModule.public EnhancedGeneralEquipmentModule getEnhancedGeneralEquipmentModule()
EnhancedGeneralEquipmentModule.public EnhancedContrastBolusModule getEnhancedContrastBolusModule()
EnhancedContrastBolusModule.public SynchronizationModule getSynchronizationModule()
SynchronizationModule.public AcquisitionContextModule getAcquisitionContextModule()
AcquisitionContextModule.public MultiFrameFunctionalGroupsModule getMultiFrameFunctionalGroupsModule()
MultiFrameFunctionalGroupsModule.public MultiFrameDimensionModule getMultiFrameDimensionModule()
MultiFrameDimensionModule.public CardiacSynchronizationModule getCardiacSynchronizationModule()
CardiacSynchronizationModule.public OphthalmicTomographyImageModule getOphthalmicTomographyImageModule()
OphthalmicTomographyImageModule.public OphthalmicTomographyAcquisitionParametersModule getOphthalmicTomographyAcquisitionParametersModule()
OphthalmicTomographyAcquisitionParametersModule.public OphthalmicTomographyParametersModule getOphthalmicTomographyParametersModule()
OphthalmicTomographyParametersModule.public OcularRegionImagedModule getOcularRegionImagedModule()
OcularRegionImagedModule.public SOPCommonModule getSOPCommonModule()
objSOPCommonModule.public CommonInstanceReferenceModule getCommonInstanceReferenceModule()
CommonInstanceReferenceModule.public FrameExtractionModule getFrameExtractionModule()
FrameExtractionModule.public boolean validate()
throws InvalidIODException
validate in class ImageIODInvalidIODException - - throws when 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