public class Comprehensive3DSRIOD extends NonImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPREHENSIVE_3D_SR_IOD
The Constant COMPREHENSIVE_3D_SR_IOD.
|
| Constructor and Description |
|---|
Comprehensive3DSRIOD()
This constructor initializes the TransferSyntax, Dictionary Reader and data set in its superclass IOD.
|
Comprehensive3DSRIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
Comprehensive3DSRIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
Comprehensive3DSRIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
Comprehensive3DSRIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
Comprehensive3DSRIOD(java.lang.String strFileName)
Creates Comprehensive3DSRIOD IOD from a DICOM file containing Comprehensive3DSRIOD DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributes of Module.
|
ClinicalTrialSeriesModule |
getClinicalTrialSeriesModule()
Retrieves pre-initialized instance of Clinical Trial Series Module.
|
GeneralEquipmentModule |
getGeneralEquipmentModule()
Retrieves pre-initialized instance of General Equipment Module.
|
GeneralStudyModule |
getGeneralStudyModule()
Retrieves pre-initialized instance of General Study Module.
|
PatientModule |
getPatientModule()
Retrieves pre-initialized instance of Patient Module.
|
PatientStudyModule |
getPatientStudyModule()
Retrieves pre-initialized instance of Patient Study Module.
|
SOPCommonModule |
getSOPCommonModule()
Retrieves pre-initialized instance of SOP Common Module.
|
SRDocumentContentModule |
getSRDocumentContentModule()
Retrieves pre-initialized instance of SRDocumentContentModule.
|
SRDocumentGeneralModule |
getSRDocumentGeneralModule()
Retrieves pre-initialized instance of SRDocumentGeneralModule.
|
SRDocumentSeriesModule |
getSRDocumentSeriesModule()
Retrieves pre-initialized instance of SRDocumentSeriesModule.
|
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 Non-Image IOD according to the Module Table given in The DICOM Standard.
|
getClinicalTrialStudyModule, getClinicalTrialSubjectModuleaddDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic static final java.lang.String COMPREHENSIVE_3D_SR_IOD
public Comprehensive3DSRIOD()
public Comprehensive3DSRIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public Comprehensive3DSRIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public Comprehensive3DSRIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public Comprehensive3DSRIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public Comprehensive3DSRIOD(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 PatientModule getPatientModule()
PatientModule.public GeneralStudyModule getGeneralStudyModule()
GeneralStudyModule.public PatientStudyModule getPatientStudyModule()
PatientStudyModule.public ClinicalTrialSeriesModule getClinicalTrialSeriesModule()
ClinicalTrialSeriesModule.public GeneralEquipmentModule getGeneralEquipmentModule()
GeneralEquipmentModule.public SynchronizationModule getSynchronizationModule()
SynchronizationModule.public SRDocumentSeriesModule getSRDocumentSeriesModule()
SRDocumentSeriesModule.public SRDocumentGeneralModule getSRDocumentGeneralModule()
SRDocumentGeneralModule.public SRDocumentContentModule getSRDocumentContentModule()
SRDocumentContentModule.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.public boolean validate()
throws InvalidIODException
validate in class NonImageIODInvalidIODException - - throws when the IOD is invalid.public 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