public class InterpretationIOD extends NormalizedIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INTERPRETATION_IOD
The Constant INTERPRETATION_IOD
|
NORMALIZED_IOD| Constructor and Description |
|---|
InterpretationIOD()
Instantiates a new interpretation iod.
|
InterpretationIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
InterpretationIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
InterpretationIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
InterpretationIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
InterpretationIOD(java.lang.String strFileName)
Creates InterpretationIOD IOD from a DICOM file containing InterpretationIOD DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributs of Module.
|
InterpretationApprovalModule |
getInterpretationApprovalModule()
Returns the InterpretationApprovalModule with preinitializing it.
|
InterpretationIdentificationModule |
getInterpretationIdentificationModule()
Returns the InterpretationIdentificationModule with preinitializing it.
|
InterpretationRecordingModule |
getInterpretationRecordingModule()
Returns the InterpretationRecordingModule with preinitializing it.
|
InterpretationRelationshipModule |
getInterpretationRelationshipModule()
Returns the InterpretationRelationshipModule with preinitializing it.
|
InterpretationStateModule |
getInterpretationStateModule()
Returns the InterpretationTranscriptionModule with preinitializing it.
|
InterpretationTranscriptionModule |
getInterpretationTranscriptionModule()
Returns the InterpretationTranscriptionModule with preinitializing it.
|
SOPCommonModule |
getSOPCommonModule()
Returns the SOPCommonModule 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 INTERPRETATION_IOD
public InterpretationIOD()
public InterpretationIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public InterpretationIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public InterpretationIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public InterpretationIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public InterpretationIOD(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 InterpretationApprovalModule getInterpretationApprovalModule()
InterpretationApprovalModule.public InterpretationIdentificationModule getInterpretationIdentificationModule()
InterpretationIdentificationModule.public InterpretationRecordingModule getInterpretationRecordingModule()
InterpretationRecordingModule.public InterpretationRelationshipModule getInterpretationRelationshipModule()
InterpretationRelationshipModule.public InterpretationStateModule getInterpretationStateModule()
InterpretationTranscriptionModule.public InterpretationTranscriptionModule getInterpretationTranscriptionModule()
InterpretationTranscriptionModule.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.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