public class EncapsulatedCDAIOD extends NonImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENCAPSULATED_CDA_IOD
The Constant ENCAPSULATED_CDA_IOD.
|
| Constructor and Description |
|---|
EncapsulatedCDAIOD()
Instantiates a new image iod.
|
EncapsulatedCDAIOD(IDataSet objIDataSet_)
This constructor accepts the Data set from the user in its superclass IOD.
|
EncapsulatedCDAIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes DictionaryReader in its superclass IOD.
|
EncapsulatedCDAIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
EncapsulatedCDAIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor accepts the DictionaryReader and TransferSyntax from the user in its superclass IOD.
|
EncapsulatedCDAIOD(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.
|
ClinicalTrialStudyModule |
getClinicalTrialStudyModule()
This method returns the ClinicalTrialStudyModule with preinitializing it.
|
ClinicalTrialSubjectModule |
getClinicalTrialSubjectModule()
This method returns the ClinicalTrialSubjectModule with preinitializing it.
|
EncapsulatedDocumentModule |
getEncapsulatedDocumentModule()
Retrieves pre-initialized instance of StructuredDisplayImageBoxModule.
|
EncapsulatedDocumentSeriesModule |
getEncapsulatedDocumentSeriesModule()
Retrieves pre-initialized instance of EncapsulatedDocumentSeriesModule.
|
GeneralEquipmentModule |
getGeneralEquipmentModule()
This method returns the GeneralEquipmentModule with preinitializing it.
|
GeneralStudyModule |
getGeneralStudyModule()
This method returns the GeneralStudyModule with preinitializing it.
|
PatientModule |
getPatientModule()
This method returns the PatientModule with preinitializing it.
|
PatientStudyModule |
getPatientStudyModule()
This method returns the PatientStudyModule with preinitializing it.
|
SCEquipmentModule |
getSCEquipmentModule()
Retrieves pre-initialized instance of Structured Display 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 Image IOD according to the Module Table given in The DICOM Standard.
|
addDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic static final java.lang.String ENCAPSULATED_CDA_IOD
public EncapsulatedCDAIOD()
public EncapsulatedCDAIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - Transfer Syntax of IOD.public EncapsulatedCDAIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - Dictionary Reader used by the IOD.public EncapsulatedCDAIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - Transfer Syntax of IOD.objIDictionaryReader_ - Dictionary Reader used by the IOD.public EncapsulatedCDAIOD(IDataSet objIDataSet_)
objIDataSet_ - the obj i data set_public EncapsulatedCDAIOD(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 GeneralEquipmentModule getGeneralEquipmentModule()
public ClinicalTrialSubjectModule getClinicalTrialSubjectModule()
getClinicalTrialSubjectModule in class CompositeIODpublic ClinicalTrialStudyModule getClinicalTrialStudyModule()
getClinicalTrialStudyModule in class CompositeIODpublic SOPCommonModule getSOPCommonModule()
SOPCommonModule.public SCEquipmentModule getSCEquipmentModule()
SCEquipmentModule.public EncapsulatedDocumentModule getEncapsulatedDocumentModule()
StructuredDisplayImageBoxModule.public EncapsulatedDocumentSeriesModule getEncapsulatedDocumentSeriesModule()
EncapsulatedDocumentSeriesModule.public boolean validate()
throws InvalidIODException
validate in class NonImageIODInvalidIODException - 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 NonImageIODstrModuleName - String value of module name