public class OphthalmicPhotography16BitIOD extends ImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OPHTHALMIC_PHOTOGRAPHY_16_BIT_IOD
The Constant OPHTHALMIC_PHOTOGRAPHY_16_BIT_IOD.
|
| Constructor and Description |
|---|
OphthalmicPhotography16BitIOD()
Instantiates a new ophthalmic photography16 bit iod.
|
OphthalmicPhotography16BitIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
OphthalmicPhotography16BitIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
OphthalmicPhotography16BitIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
OphthalmicPhotography16BitIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
OphthalmicPhotography16BitIOD(java.lang.String strFileName)
Creates OphthalmicPhotography16BitIOD IOD from a DICOM file containing OphthalmicPhotography16BitIOD DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributs of Module.
|
AcquisitionContextModule |
getAcquisitionContextModule()
Retrieves pre-initialized instance of Acquisition Context Module.
|
CineModule |
getCineModule()
Retrieves pre-initialized instance of Cine Module.
|
CommonInstanceReferenceModule |
getCommonInstanceReferenceModule()
Retrieves pre-initialized instance of objCommon Instance Reference Module.
|
DeviceModule |
getDeviceModule()
Retrieves pre-initialized instance of Device Module.
|
EnhancedContrastBolusModule |
getEnhancedContrastBolusModule()
Retrieves pre-initialized instance of Enhanced Contrast Bolus Module.
|
FrameExtractionModule |
getFrameExtractionModule()
Retrieves pre-initialized instance of Frame Extraction Module.
|
GeneralImageModule |
getGeneralImageModule()
Retrieves pre-initialized instance of General Image Module.
|
ICCProfileModule |
getICCProfileModule()
Retrieves pre-initialized instance of ICCProfile Module.
|
MultiFrameModule |
getMultiFrameModule()
Retrieves pre-initialized instance of Multi Frame Module.
|
OcularRegionImagedModule |
getOcularRegionImagedModule()
Retrieves pre-initialized instance of Ocular Region Imaged Module.
|
OphthalmicPhotographicParametersModule |
getOphthalmicPhotographicParametersModule()
Retrieves pre-initialized instance of Ophthalmic Photographic Parameters Module.
|
OphthalmicPhotographyAcquisitionParametersModule |
getOphthalmicPhotographyAcquisitionParametersModule()
Retrieves pre-initialized instance of Ophthalmic Photography Acquisition Parameters Module.
|
OphthalmicPhotographyImageModule |
getOphthalmicPhotographyImageModule()
Retrieves pre-initialized instance of Ophthalmic Photography Image Module.
|
OphthalmicPhotographySeriesModule |
getOphthalmicPhotographySeriesModule()
Retrieves pre-initialized instance of Ophthalmic Photography Series Module.
|
SOPCommonModule |
getSOPCommonModule()
Retrieves pre-initialized instance of SOP Common Module.
|
SynchronizationModule |
getSynchronizationModule()
Retrieves pre-initialized instance of Synchronization Module.
|
boolean |
isModulePresent(java.lang.String strModuleName)
Checks whether the Module is present in the IOD or not.
|
boolean |
validate()
This method validates Ophthalmic Photography 16 Bit 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 OPHTHALMIC_PHOTOGRAPHY_16_BIT_IOD
public OphthalmicPhotography16BitIOD()
public OphthalmicPhotography16BitIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public OphthalmicPhotography16BitIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public OphthalmicPhotography16BitIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public OphthalmicPhotography16BitIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public OphthalmicPhotography16BitIOD(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 SynchronizationModule getSynchronizationModule()
SynchronizationModule.public GeneralImageModule getGeneralImageModule()
GeneralImageModule.public EnhancedContrastBolusModule getEnhancedContrastBolusModule()
EnhancedContrastBolusModule.public CineModule getCineModule()
CineModule.public MultiFrameModule getMultiFrameModule()
MultiFrameModule.public DeviceModule getDeviceModule()
DeviceModule.public AcquisitionContextModule getAcquisitionContextModule()
objAcquisitionContextModule.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.public OphthalmicPhotographicParametersModule getOphthalmicPhotographicParametersModule()
OphthalmicPhotographicParameters.public OphthalmicPhotographyAcquisitionParametersModule getOphthalmicPhotographyAcquisitionParametersModule()
OphthalmicPhotographyAcquisitionParametersModule.public OphthalmicPhotographySeriesModule getOphthalmicPhotographySeriesModule()
OphthalmicPhotographySeriesModule.public OcularRegionImagedModule getOcularRegionImagedModule()
OcularRegionImagedModule.public OphthalmicPhotographyImageModule getOphthalmicPhotographyImageModule()
OphthalmicPhotographyImageModule.public ICCProfileModule getICCProfileModule()
ICCProfileModule.public CommonInstanceReferenceModule getCommonInstanceReferenceModule()
CommonInstanceReferenceModule.public FrameExtractionModule getFrameExtractionModule()
FrameExtractionModule.public boolean validate()
throws InvalidIODException
validate in class ImageIODInvalidIODException - - throws when IOD is invalidpublic 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