public class StudyIOD extends NormalizedIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STUDY_IOD
The Constant STUDY_IOD.
|
NORMALIZED_IOD| Constructor and Description |
|---|
StudyIOD()
Instantiates a new study iod.
|
StudyIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
StudyIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
StudyIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
StudyIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
StudyIOD(java.lang.String strFileName)
Creates StudyIOD IOD from a DICOM file containing StudyIOD DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributs of Module.
|
SOPCommonModule |
getSOPCommonModule()
This method returns the SOPCommonModule with preinitializing it.
|
StudyAcquisitionModule |
getStudyAcquisitionModule()
This method returns the StudyAcquisitionModule with preinitializing it.
|
StudyClassificationModule |
getStudyClassificationModule()
This method returns the StudyIdentificationModule with preinitializing it.
|
StudyIdentificationModule |
getStudyIdentificationModule()
This method returns the StudyIdentificationModule with preinitializing it.
|
StudyReadModule |
getStudyReadModule()
This method returns the StudyReadModule with preinitializing it.
|
StudyRelationshipModule |
getStudyRelationshipModule()
This method returns the StudyRelationshipModule with preinitializing it.
|
StudySchedulingModule |
getStudySchedulingModule()
This method returns the StudySchedulingModule with preinitializing it.
|
boolean |
isModulePresent(java.lang.String strModuleName)
Checks whether the Module is present in the IOD or not.
|
addDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModule, validatepublic static final java.lang.String STUDY_IOD
public StudyIOD()
public StudyIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public StudyIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public StudyIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public StudyIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public StudyIOD(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 SOPCommonModule getSOPCommonModule()
SOPCommonModule.public StudyRelationshipModule getStudyRelationshipModule()
StudyRelationshipModule.public StudyIdentificationModule getStudyIdentificationModule()
StudyIdentificationModule.public StudyClassificationModule getStudyClassificationModule()
StudyClassificationModule.public StudySchedulingModule getStudySchedulingModule()
StudySchedulingModule.public StudyAcquisitionModule getStudyAcquisitionModule()
StudyAcquisitionModule.public StudyReadModule getStudyReadModule()
StudyReadModule.public void dumpDICOMInfo(IDicomStream objIDicomStream) throws java.io.IOException
dumpDICOMInfo in class NormalizedIODobjIDicomStream - - 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 NormalizedIODstrModuleName - String value of module name