public class GatedInformationSequenceItem extends Item
GatedInformationSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFramingType()
Retrieves description of type of framing performed such as forward, backward, forward/backward by percentage.
|
java.lang.String |
getTriggerTime()
Retrieves time interval measured in msec from the start of the R-wave to the beginning of the
data taking.
|
void |
setFramingType(java.lang.String strFramingType)
Sets description of type of framing performed such as forward, backward, forward/backward by percentage.
|
void |
setTriggerTime(java.lang.String strTriggerTime)
Sets time interval measured in msec from the start of the R-wave to the beginning of the
data taking.
|
boolean |
validateForModule()
Validates all the attributes in GatedInformationSequenceItem 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 Mandatory or Conditional element fails.public void setTriggerTime(java.lang.String strTriggerTime)
strTriggerTime - String value of Trigger Time.public java.lang.String getTriggerTime()
public void setFramingType(java.lang.String strFramingType)
strFramingType - String value of Framing Type.public java.lang.String getFramingType()