public class DiffusionBMatrixSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
double |
getDiffusionBValueXX()
Retrieves the value of b[X,X].
|
double |
getDiffusionBValueXY()
Retrieves the value of b[X,Y].
|
double |
getDiffusionBValueXZ()
Retrieves the value of b[X,Z].
|
double |
getDiffusionBValueYY()
Retrieves the value of b[Y,Y].
|
double |
getDiffusionBValueYZ()
Retrieves the value of b[Y,Z].
|
double |
getDiffusionBValueZZ()
Retrieves the value of b[Z,Z].
|
void |
setDiffusionBValueXX(double dblDiffusionBValueXX)
Sets the value of b[X,X].
|
void |
setDiffusionBValueXY(double dblDiffusionBValueXY)
Sets the value of b[X,Y].
|
void |
setDiffusionBValueXZ(double dblDiffusionBValueXZ)
Sets the value of b[X,Z].
|
void |
setDiffusionBValueYY(double dblDiffusionBValueYY)
Sets the value of b[Y,Y].
|
void |
setDiffusionBValueYZ(double dblDiffusionBValueYZ)
Sets the value of b[Y,Z].
|
void |
setDiffusionBValueZZ(double dblDiffusionBValueZZ)
Sets the value of b[Z,Z].
|
boolean |
validateForModule()
Validates all the attributes in DiffusionBMatrixSequenceItem 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 setDiffusionBValueXX(double dblDiffusionBValueXX)
dblDiffusionBValueXX - Double value of coordinatespublic double getDiffusionBValueXX()
public void setDiffusionBValueXY(double dblDiffusionBValueXY)
dblDiffusionBValueXY - Double value of coordinatespublic double getDiffusionBValueXY()
public void setDiffusionBValueXZ(double dblDiffusionBValueXZ)
dblDiffusionBValueXZ - Double value of coordinatespublic double getDiffusionBValueXZ()
public void setDiffusionBValueYY(double dblDiffusionBValueYY)
dblDiffusionBValueYY - Double value of coordinatespublic double getDiffusionBValueYY()
public void setDiffusionBValueYZ(double dblDiffusionBValueYZ)
dblDiffusionBValueYZ - Double value of coordinatespublic double getDiffusionBValueYZ()
public void setDiffusionBValueZZ(double dblDiffusionBValueZZ)
dblDiffusionBValueZZ - Double value of coordinatespublic double getDiffusionBValueZZ()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.