public class MRDiffusionSequenceItem extends Item
MRDiffusionSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDiffusionAnisotropyType()
Retrieves Class of diffusion anisotropy calculation.
|
double |
getDiffusionbvalue()
Retrieves the Diffusion sensitization factor in sec/mm2.
|
java.lang.String |
getDiffusionDirectionality()
Retrieves Specifies whether diffusion conditions for the frame are directional, or isotropic with respect to direction.
|
DiffusionGradientDirectionSequence |
getDiffusionGradientDirectionSequence()
Retrieves pre-initialized object of Diffusion Gradient Direction Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
void |
setDiffusionAnisotropyType(EnumDiffusionAnisotropyType enumDiffusionAnisotropyType)
Sets Class of diffusion anisotropy calculation.
|
void |
setDiffusionbvalue(double dblDiffusionbvalue)
Sets the Diffusion sensitization factor in sec/mm2.
|
void |
setDiffusionDirectionality(EnumDiffusionDirectionality enumDiffusionDirectionality)
Sets Specifies whether diffusion conditions for the frame are directional, or isotropic with respect to direction.
|
boolean |
validateForModule()
Validates all the attributes in CodeSequenceMacro 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 setDiffusionbvalue(double dblDiffusionbvalue)
dblDiffusionbvalue - String array of coordinatespublic double getDiffusionbvalue()
public void setDiffusionDirectionality(EnumDiffusionDirectionality enumDiffusionDirectionality)
enumShapeType - Enum value for geometric interpretation of the Contour Datapublic java.lang.String getDiffusionDirectionality()
public DiffusionGradientDirectionSequence getDiffusionGradientDirectionSequence()
public void setDiffusionAnisotropyType(EnumDiffusionAnisotropyType enumDiffusionAnisotropyType)
enumShapeType - Enum value for geometric interpretation of the Contour Datapublic java.lang.String getDiffusionAnisotropyType()