public class MRVelocityEncodingSequenceItem extends Item
MRVelocityEncodingSequence.| Modifier and Type | Method and Description |
|---|---|
double[] |
getVelocityEncodingDirection()
Retrieves The direction cosines of the velocity encoding vector with respect to the patient.
|
double |
getVelocityEncodingMaximumValue()
Retrieves Maximum velocity in cm/s.
|
double |
getVelocityEncodingMinimumValue()
Retrieves Minimum velocity in cm/s.
|
void |
setVelocityEncodingDirection(double[] arrdblVelocityEncodingDirection)
Sets The direction cosines of the velocity encoding vector with respect to the patient.
|
void |
setVelocityEncodingMaximumValue(double dblVelocityEncodingMaximumValue)
Sets Maximum velocity in cm/s.
|
void |
setVelocityEncodingMinimumValue(double dblVelocityEncodingMinimumValue)
Sets Minimum velocity in cm/s.
|
boolean |
validateForModule()
Validates all the attributes in MRVelocityEncodingSequenceItem 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 setVelocityEncodingDirection(double[] arrdblVelocityEncodingDirection)
arrdblVelocityEncodingDirection - array of double values for Real World Value LUT Datapublic double[] getVelocityEncodingDirection()
public void setVelocityEncodingMinimumValue(double dblVelocityEncodingMinimumValue)
dblVelocityEncodingMinimumValue - String value of Unique identifier for the Study.public double getVelocityEncodingMinimumValue()
public void setVelocityEncodingMaximumValue(double dblVelocityEncodingMaximumValue)
dblVelocityEncodingMaximumValue - String value of Unique identifier for the Study.public double getVelocityEncodingMaximumValue()