public class PlanePositionVolumeSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
double[] |
getImagePositionVolume()
Retrieves the Minimal value ofImage Position Volume.
|
void |
setImagePositionVolume(double[] dblArrImagePositionVolume)
The x, y, and z coordinates, in mm, of the upper left hand corner(center of the first voxel transmitted) of the plane in the VolumeFrame of Reference.
|
boolean |
validateForModule()
Validates all the attributes in PlanePositionVolumeSequenceItem 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 void setImagePositionVolume(double[] dblArrImagePositionVolume)
dblArrImagePositionVolume - Double value of coordinatespublic double[] getImagePositionVolume()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.