public class CornealTopographyMapIOD extends ImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CORNEAL_TOPOGRAPHY_MAP_IOD
The Constant CORNEAL_TOPOGRAPHY_MAP_IOD.
|
| Constructor and Description |
|---|
CornealTopographyMapIOD()
Instantiates a new CornealTopographyMapIOD.
|
CornealTopographyMapIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
CornealTopographyMapIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
CornealTopographyMapIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
CornealTopographyMapIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
CornealTopographyMapIOD(java.lang.String strFileName)
Creates CornealTopographyMapIOD IOD from a DICOM file containing CornealTopographyMapIOD 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.
|
CommonInstanceReferenceModule |
getCommonInstanceReferenceModule()
Retrieves pre-initialized instance of Common Instance Reference Module.
|
CornealTopographyMapAnalysisModule |
getCornealTopographyMapAnalysisModule()
Retrieves pre-initialized instance of Corneal Topography Map Analysis Module .
|
CornealTopographyMapImageModule |
getCornealTopographyMapImageModule()
Retrieves pre-initialized instance of Corneal Topography Map Image Module.
|
CornealTopographyMapSeriesModule |
getCornealTopographyMapSeriesModule()
Retrieves pre-initialized instance of Corneal Topography Map Series Module.
|
EnhancedGeneralEquipmentModule |
getEnhancedGeneralEquipmentModule()
Retrieves pre-initialized instance of Enhanced General Equipment Module.
|
FrameOfReferenceModule |
getFrameOfReferenceModule()
Retrieves pre-initialized instance of Frame of Reference Module.
|
GeneralImageModule |
getGeneralImageModule()
Retrieves pre-initialized instance of General Image Module.
|
ICCProfileModule |
getICCProfileModule()
Retrieves pre-initialized instance of ICC Profile Module.
|
OphthalmicPhotographyAcquisitionParametersModule |
getOphthalmicPhotographyAcquisitionParametersModule()
Retrieves pre-initialized instance of Ophthalmic Photography Acquisition Parameters Module .
|
PaletteColorLookupTableModule |
getPaletteColorLookupTableModule()
Retrieves pre-initialized instance of Palette Color Look up Table 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 EnhancedMRColorImageIOD Modules 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 CORNEAL_TOPOGRAPHY_MAP_IOD
public CornealTopographyMapIOD()
public CornealTopographyMapIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public CornealTopographyMapIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public CornealTopographyMapIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public CornealTopographyMapIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public CornealTopographyMapIOD(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 FrameOfReferenceModule getFrameOfReferenceModule()
FrameOfReferenceModule.public EnhancedGeneralEquipmentModule getEnhancedGeneralEquipmentModule()
EnhancedGeneralEquipmentModule.public AcquisitionContextModule getAcquisitionContextModule()
AcquisitionContextModule.public ICCProfileModule getICCProfileModule()
ICCProfileModule.public SOPCommonModule getSOPCommonModule()
objSOPCommonModule.public CommonInstanceReferenceModule getCommonInstanceReferenceModule()
CommonInstanceReferenceModule.public CornealTopographyMapSeriesModule getCornealTopographyMapSeriesModule()
CornealTopographyMapSeriesModule.public GeneralImageModule getGeneralImageModule()
GeneralImageModule.public PaletteColorLookupTableModule getPaletteColorLookupTableModule()
PaletteColorLookupTableModule.public CornealTopographyMapImageModule getCornealTopographyMapImageModule()
CornealTopographyMapImageModule.public CornealTopographyMapAnalysisModule getCornealTopographyMapAnalysisModule()
CornealTopographyMapAnalysisModule.public OphthalmicPhotographyAcquisitionParametersModule getOphthalmicPhotographyAcquisitionParametersModule()
OphthalmicPhotographyAcquisitionParametersModule.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