public class XRayGridSequenceItem extends XRayGridDescriptionMacroDependentItem
XRayGridSequenceItem.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGrid()
Retrieves type of the value encoded in this Item
|
void |
setGrid(EnumGrid enumGrid)
Sets the Value Type Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
boolean |
validateForModule()
Validates all the attributes in XRayGridSequenceItem that are present in the DataSet
|
getXRayGridDescriptionMacroaddDataElement, 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 setGrid(EnumGrid enumGrid)
enumGrid - Specifies type of the value encoded in this Itempublic java.lang.String getGrid()