public class NormalizedIOD extends IOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NORMALIZED_IOD
The Constant NORMALIZED_IOD.
|
| Constructor and Description |
|---|
NormalizedIOD()
Instantiates a new normalized iod.
|
NormalizedIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
NormalizedIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DataSet in its superclass IOD.
|
NormalizedIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
NormalizedIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the transfer Syntax and dictionary reader in its superclass IOD.
|
NormalizedIOD(java.lang.String strFileName)
Creates IOD from a DICOM file containing corresponding DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
This Method dumps the Name of Module and corresponding Attributes of IOD.
|
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 NORMALIZED_IOD
public NormalizedIOD()
public NormalizedIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - Transfer Syntax of the IOD.public NormalizedIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - Dictionary Reader used by the IOD.public NormalizedIOD(IDataSet objIDataSet_)
objIDataSet_ - Dataset of the IODpublic NormalizedIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - Transfer Syntax of the IOD.objIDictionaryReader_ - Dictionary Reader used by the IOD.public NormalizedIOD(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 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