public interface IDataTypeSQ extends IDicomValue, ICollectionIterable<IItem>, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
addItem(IItem objIItem)
Adds the item in the DataSet.
|
IDictionaryReader |
getDictionaryReader()
Retrieves the DictionaryReader
|
IItem |
getNewItem()
Implementation of this method returns the Item of this Sequence.
|
ITransferSyntax |
getTransferSyntax()
Retrieves the TransferSyntax.
|
int |
getValueLength()
Retrieves the length of value.
|
void |
setDictionaryReader(IDictionaryReader objIDictionaryReader)
Sets the DictionaryReader.
|
void |
setTransferSyntax(ITransferSyntax objITransferSyntax)
Sets the TransferSyntax for the Item object.
|
boolean |
validateForModule()
Validates the item according to the rules of DICOM standard
|
clone, dumpDICOMInfo, getIVRType, getMaxLength, getValue, getValueMultiplicity, read, setIVRType, setValue, validate, validate, writeiteratorint addItem(IItem objIItem)
objIItem - instance of Item.void setTransferSyntax(ITransferSyntax objITransferSyntax)
objITransferSyntax - instance of TransferSyntax.ITransferSyntax getTransferSyntax()
int getValueLength()
getValueLength in interface IDicomValuevoid setDictionaryReader(IDictionaryReader objIDictionaryReader)
objIDictionaryReader - instance of DictionaryReader.IDictionaryReader getDictionaryReader()
boolean validateForModule()
throws InvalidItemException
InvalidItemException - Signals Item Validation is failed.IItem getNewItem()