public class PlaneOrientationVolumeSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
double[] |
getImageOrientationVolume()
Retrieves the Minimal value of Image Orientation Volume.
|
void |
setImageOrientationVolume(double[] dblArrImageOrientationVolume)
Sets the The direction cosines of the first row and the first column ofthe frame with respect to the Volume Frame of Reference.
|
boolean |
validateForModule()
Validates all the attributes in PlaneOrientationVolumeSequenceItem 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 setImageOrientationVolume(double[] dblArrImageOrientationVolume)
dblArrImageOrientationVolume - Double value of coordinatespublic double[] getImageOrientationVolume()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.