public class VolumeLocalizationSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
double[] |
getSlabOrientation()
Retrieves cosines of a normal vector perpendicular to the selection plane with respect to the patient.
|
double |
getSlabThickness()
Retrieves thickness of slab in mm.
|
double[] |
setMidSlabPosition()
Retrieves the x, y, and z coordinates of the midpoint of the slab in mm.
|
void |
setMidSlabPosition(double[] arrdblMidSlabPosition)
Sets the x, y, and z coordinates of the midpoint of the slab in mm.
|
void |
setSlabOrientation(double[] arrdblSlabOrientation)
Sets direction cosines of a normal vector perpendicular to the selection plane with respect to the patient.
|
void |
setSlabThickness(double dblSlabThickness)
Sets thickness of slab in mm.
|
boolean |
validateForModule()
Validates all the attributes in VolumeLocalizationSequenceItem 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 setSlabThickness(double dblSlabThickness)
dblSlabThickness - thickness of slab in mm.public double getSlabThickness()
public void setSlabOrientation(double[] arrdblSlabOrientation)
arrdblSlabOrientation - array of double values for Slab Orientationpublic double[] getSlabOrientation()
public void setMidSlabPosition(double[] arrdblMidSlabPosition)
arrdblMidSlabPosition - array of double values coordinatespublic double[] setMidSlabPosition()