public class MRSpatialSaturationSequenceItem extends Item
MRSpatialSaturationSequence.| Modifier and Type | Method and Description |
|---|---|
double[] |
getMidSlabPosition()
Retrieves The x, y, and z coordinates of the midpoint of the slab plane in mm with respect to the patient.
|
double[] |
getSlabOrientation()
Retrieves The direction cosines of a normal vector perpendicular to the saturation plane with respect to the patient.
|
double |
getSlabThickness()
Retrieves the Thickness of slab in mm.
|
void |
setMidSlabPosition(double[] arrdblMidSlabPosition)
Sets The x, y, and z coordinates of the midpoint of the slab plane in mm with respect to the patient.
|
void |
setSlabOrientation(double[] arrdblSlabOrientation)
Sets The direction cosines of a normal vector perpendicular to the saturation plane with respect to the patient.
|
void |
setSlabThickness(double dblSlabThickness)
Sets the Thickness of slab in mm.
|
boolean |
validateForModule()
Validates all the attributes in MRSpatialSaturationSequenceItem 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 - String array of coordinatespublic double getSlabThickness()
public void setSlabOrientation(double[] arrdblSlabOrientation)
arrdblSlabOrientation - array of double values for Real World Value LUT Datapublic double[] getSlabOrientation()
public void setMidSlabPosition(double[] arrdblMidSlabPosition)
arrdblMidSlabPosition - array of double values for Real World Value LUT Datapublic double[] getMidSlabPosition()