public class ImageBoxSynchronizationSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short[] |
getSynchronizedImageBoxList()
Retrieves Multi-valued list of two or more Image Box Number.
|
java.lang.String |
getValueType()
Retrieves type of the Type of Synchronization Item
|
void |
setSynchronizedImageBoxList(short[] arrSynchronizedImageBoxList) |
void |
setTypeofSynchronization(java.lang.String strTypeofSynchronization)
Sets the Type of synchronization between Image Boxes.
|
boolean |
validateForModule()
Validates all the attributes in ImageBoxSynchronizationSequenceItem that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Conditional element fails.public void setSynchronizedImageBoxList(short[] arrSynchronizedImageBoxList)
public short[] getSynchronizedImageBoxList()
public void setTypeofSynchronization(java.lang.String strTypeofSynchronization)
strTypeofSynchronization - Specifies type of the value encoded in this Itempublic java.lang.String getValueType()