public abstract class ImageIOD extends CompositeIOD
| Constructor and Description |
|---|
ImageIOD()
Instantiates a new image iod.
|
ImageIOD(IDataSet objIDataSet_)
This constructor accepts the Data set from the user in its superclass IOD.
|
ImageIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes DictionaryReader in its superclass IOD.
|
ImageIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
ImageIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor accepts the DictionaryReader and TransferSyntax from the user in its superclass IOD.
|
ImageIOD(java.lang.String strFileName)
Creates IOD from a DICOM file containing corresponding DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of Module and corresponding Attributs of IOD.
|
ClinicalTrialSeriesModule |
getClinicalTrialSeriesModule()
Gets the clinical trial series module.
|
GeneralEquipmentModule |
getGeneralEquipmentModule()
This method returns the GeneralEquipmentModule with preinitializing it.
|
GeneralSeriesModule |
getGeneralSeriesModule()
This method returns the GeneralSeriesModule with preinitializing it.
|
GeneralStudyModule |
getGeneralStudyModule()
This method returns the GeneralStudyModule with preinitializing it.
|
ImagePixelModule |
getImagePixelModule()
This method returns the ImagePixelModule with preinitializing it.
|
PatientModule |
getPatientModule()
This method returns the PatientModule with preinitializing it.
|
PatientStudyModule |
getPatientStudyModule()
This method returns the PatientStudyModule with preinitializing it.
|
boolean |
isModulePresent(java.lang.String strModuleName)
Checks whether the Module is present in the IOD or not.
|
boolean |
validate()
This method validates Image IOD according to the Module Table given in The DICOM Standard.
|
getClinicalTrialStudyModule, getClinicalTrialSubjectModuleaddDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic ImageIOD()
public ImageIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - Transfer Syntax of IOD.public ImageIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - Dictionary Reader used by the IOD.public ImageIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - Transfer Syntax of IOD.objIDictionaryReader_ - Dictionary Reader used by the IOD.public ImageIOD(IDataSet objIDataSet_)
objIDataSet_ - the obj i data set_public ImageIOD(java.lang.String strFileName)
throws java.io.IOException,
InvalidIODException
strFileName - DICOM File with absolute path.java.io.IOException - signals Exception caused due to wrong I/O operations.ParseException - signals if some parse exceptions occurred.InvalidIODExceptionpublic PatientModule getPatientModule()
public GeneralStudyModule getGeneralStudyModule()
public PatientStudyModule getPatientStudyModule()
public ClinicalTrialSeriesModule getClinicalTrialSeriesModule()
public GeneralSeriesModule getGeneralSeriesModule()
public GeneralEquipmentModule getGeneralEquipmentModule()
public ImagePixelModule getImagePixelModule()
public boolean validate()
throws InvalidIODException
validate in class CompositeIODInvalidIODException - the invalid iod exceptionpublic 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 CompositeIODstrModuleName - String value of module name