public abstract class CompositeIOD extends IOD
| Constructor and Description |
|---|
CompositeIOD()
Creates Composite IOD with default initialization.
|
CompositeIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
CompositeIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DataSet and DictionaryReader in its superclass IOD.
|
CompositeIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
CompositeIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the transfer syntax and DictionaryReader in its superclass IOD.
|
CompositeIOD(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.
|
ClinicalTrialStudyModule |
getClinicalTrialStudyModule()
This method returns the ClinicalTrialStudyModule with preinitializing it.
|
ClinicalTrialSubjectModule |
getClinicalTrialSubjectModule()
This method returns the ClinicalTrialSubjectModule 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 Composite IOD according to the Module Table given in The DICOM Standard.
|
addDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic CompositeIOD()
public CompositeIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - Transfer syntax of IOD.public CompositeIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - the obj i dictionary reader_public CompositeIOD(IDataSet objIDataSet_)
objIDataSet_ - the obj i data set_public CompositeIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - Transfer syntax of IOD.objIDictionaryReader_ - Dictionary Reader used by IOD.public CompositeIOD(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 ClinicalTrialSubjectModule getClinicalTrialSubjectModule()
public ClinicalTrialStudyModule getClinicalTrialStudyModule()
public boolean validate()
throws InvalidIODException
validate in class IODInvalidIODException - the invalid iod exceptionpublic void dumpDICOMInfo(IDicomStream objIDicomStream) throws java.io.IOException
dumpDICOMInfo in class IODobjIDicomStream - - 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 IODstrModuleName - String value of module name