public class SortingOperationsSequenceItem extends HangingProtocolSelectorAttributeContextMacroDependentItem
| Modifier and Type | Method and Description |
|---|---|
ITag |
getSelectorAttribute()
Retrieves Data Element Tag of the attribute which was overridden.
|
short |
getSelectorValueNumber()
Retrieves Number of significant bits within the Selector Value Number
|
java.lang.String |
getSortbyCategory()
Retrieves type of the value encoded in this Item
|
java.lang.String |
getSortingDirection()
Retrieves type of the value encoded in this Item
|
void |
setSelectorAttribute(ITag objITag)
Sets the Data Element Tag of the attribute which was overridden.
|
void |
setSelectorValueNumber(short shSelectorValueNumber)
Sets Number of significant bits within the Selector Value Number
|
void |
setSortbyCategory(java.lang.String strSortbyCategory)
Sets the SortbyCategory value
|
void |
setSortingDirection(EnumSortingDirection enumSortingDirection)
Sets the SortingDirection value
|
boolean |
validateForModule()
Validates all the attributes in SortingOperationsSequenceItem that are present in the DataSet
|
getHangingProtocolSelectorAttributeContextMacroaddDataElement, 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 HangingProtocolSelectorAttributeContextMacroDependentItemInvalidItemException - throws InvalidItemException If Conditional element fails.public void setSelectorAttribute(ITag objITag)
objITag - Tag object of Override Parameter Pointer.public ITag getSelectorAttribute()
public void setSelectorValueNumber(short shSelectorValueNumber)
shSelectorValueNumber - short value of Number of significant bitspublic short getSelectorValueNumber()
public void setSortbyCategory(java.lang.String strSortbyCategory)
strSortbyCategory - Specifies type of the value encoded in this Itempublic java.lang.String getSortbyCategory()
public void setSortingDirection(EnumSortingDirection enumSortingDirection)
strSortingDirection - Specifies type of the value encoded in this Itempublic java.lang.String getSortingDirection()