public class DeviceMotionControlSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeviceMotionExecutionMode()
Retrieves Device Motion Execution Mode
|
java.lang.String |
getDeviceMotionObservationMode()
Retrieves Device Motion Observation Mode
|
DeviceMotionParameterCodeSequence |
getDeviceMotionParameterCodeSequence()
Retrieves pre-initialized object of Device Motion Parameter Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
void |
setDeviceMotionExecutionMode(java.lang.String strDeviceMotionExecutionMode)
Sets the Device Motion Execution Mode
|
void |
setDeviceMotionObservationMode(java.lang.String strDeviceMotionObservationMode)
Sets the Device Motion Observation Mode
|
boolean |
validateForModule()
Validates all the attributes in DeviceMotionControlSequenceItem 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 DeviceMotionParameterCodeSequence getDeviceMotionParameterCodeSequence()
public void setDeviceMotionExecutionMode(java.lang.String strDeviceMotionExecutionMode)
strDeviceMotionExecutionMode - Specifies Device Motion Execution Modepublic java.lang.String getDeviceMotionExecutionMode()
public void setDeviceMotionObservationMode(java.lang.String strDeviceMotionObservationMode)
strDeviceMotionObservationMode - Specifies Device Motion Observation Modepublic java.lang.String getDeviceMotionObservationMode()