public class IntravascularOCTFrameTypeSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFrameType()
Retrieves type of the value encoded in this Item
|
void |
setFrameType(java.lang.String strFrameType)
Sets the FrameType Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
boolean |
validateForModule()
Validates all the attributes in IntravascularOCTFrameTypeSequenceItem 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 setFrameType(java.lang.String strFrameType)
strFrameType - Specifies type of the value encoded in this Itempublic java.lang.String getFrameType()