public class ASLSlabSequenceItem extends GeneralAnatomyOptionalMacroDependentItem
| Modifier and Type | Method and Description |
|---|---|
double[] |
getASLMidSlabPosition()
Retrieves the ASL Mid Slab Position.
|
int |
getASLPulseTrainDuration()
Retrieves ASL Pulse Train Duration.
|
short |
getASLSlabNumber()
Retrieves ASL Slab Number.
|
double[] |
getASLSlabOrientation()
Retrieves the ASL Slab Orientation.
|
short |
getASLSlabThickness()
Retrieves ASL Slab Thickness.
|
void |
setASLMidSlabPosition(double[] dblArrASLMidSlabPosition)
Sets the ASL Mid Slab Position.
|
void |
setASLPulseTrainDuration(int iASLPulseTrainDuration)
Sets ASL Pulse Train Duration.
|
void |
setASLSlabNumber(short shASLSlabNumber)
Sets ASL Slab Number.
|
void |
setASLSlabOrientation(double[] dblArrASLSlabOrientation)
Sets the ASL Slab Orientation.
|
void |
setASLSlabThickness(short shASLSlabThickness)
Sets ASL Slab Thickness.
|
boolean |
validateForModule()
Validates all the attributes in ASLSlabSequenceItem that are present in the DataSet
|
getGeneralAnatomyOptionalMacroaddDataElement, 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 GeneralAnatomyOptionalMacroDependentItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setASLSlabNumber(short shASLSlabNumber)
shASLSlabNumber - -short value of ASL Slab Number.public short getASLSlabNumber()
public void setASLSlabThickness(short shASLSlabThickness)
shASLSlabThickness- - short value of ASL Slab Thickness.public short getASLSlabThickness()
public void setASLSlabOrientation(double[] dblArrASLSlabOrientation)
dblArrASLSlabOrientation - -Double value of ASL Slab Orientationpublic double[] getASLSlabOrientation()
public void setASLMidSlabPosition(double[] dblArrASLMidSlabPosition)
dblArrASLMidSlabPosition - -Double value of ASL Mid Slab Positionpublic double[] getASLMidSlabPosition()
public void setASLPulseTrainDuration(int iASLPulseTrainDuration)
iASLPulseTrainDuration- - int value of ASL Pulse Train Duration.public int getASLPulseTrainDuration()