public class MRTimingAndRelatedParametersSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFlipAngle()
Retrieves Steady state angle in degrees to which the magnetic vector is flipped from the magnetic vector of the primary field.
|
short |
getGradientEchoTrainLength()
Retrieves The position of the annotation box in the parent film box.
|
double |
getGradientOutput()
Retrieves Unit is defined by Gradient Output Type (0018,9180).
|
java.lang.String |
getGradientOutputType()
Retrieves Definition of gradient output unit, for which the value is stored in Gradient Output (0018,9182).
|
OperatingModeSequence |
getOperatingModeSequence()
Retrieves pre-initialized object of Operating Mode 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.
|
java.lang.String |
getRepetitionTime()
Retrieves The time in ms between two successive excitations of the same volume.
|
short |
getRFEchoTrainLength()
Retrieves Number of RF echoes collected per RF shot (or excitation) per frame.
|
SpecificAbsorptionRateSequence |
getSpecificAbsorptionRateSequence()
Retrieves pre-initialized object of Specific Absorption Rate 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 |
setEchoTrainLength(java.lang.String strEchoTrainLength)
Sets Number of lines in k-space acquired per excitation of the same volume regardless of the type of echo or the number of
frames derived from them.
|
void |
setFlipAngle(java.lang.String strFlipAngle)
Sets Steady state angle in degrees to which the magnetic vector is flipped from the magnetic vector of the primary field.
|
void |
setGradientEchoTrainLength(short shGradientEchoTrainLength)
Sets The position of the annotation box in the parent film box.
|
void |
setGradientOutput(double dblGradientOutput)
Sets Unit is defined by Gradient Output Type (0018,9180).
|
void |
setGradientOutputType(EnumGradientOutputType enumGradientOutputType)
Sets Definition of gradient output unit, for which the value is stored in Gradient Output (0018,9182).
|
void |
setRepetitionTime(java.lang.String strRepetitionTime)
The time in ms between two successive excitations of the same volume.
|
void |
setRFEchoTrainLength(short shRFEchoTrainLength)
Sets Number of RF echoes collected per RF shot (or excitation) per frame.
|
java.lang.String |
strEchoTrainLength()
Retrieves Number of lines in k-space acquired per excitation of the same volume regardless of the type of echo or the number of
frames derived from them.
|
boolean |
validateForModule()
Validates all the attributes in Mask Subtraction Sequence Item 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 setRepetitionTime(java.lang.String strRepetitionTime)
strRepetitionTime - String value of Source Axis Distance.public java.lang.String getRepetitionTime()
public void setFlipAngle(java.lang.String strFlipAngle)
strFlipAngle - String value of Source Axis Distance.public java.lang.String getFlipAngle()
public void setEchoTrainLength(java.lang.String strEchoTrainLength)
strEchoTrainLength - String value of Application Setup Number.public java.lang.String strEchoTrainLength()
public void setRFEchoTrainLength(short shRFEchoTrainLength)
shRFEchoTrainLength - short value of RF Echo Train Length.public short getRFEchoTrainLength()
public void setGradientEchoTrainLength(short shGradientEchoTrainLength)
shGradientEchoTrainLength - short value of Gradient Echo Train Length.public short getGradientEchoTrainLength()
public void setGradientOutputType(EnumGradientOutputType enumGradientOutputType)
enumGradientOutputType - Enum value for geometric interpretation of the Contour Datapublic java.lang.String getGradientOutputType()
public void setGradientOutput(double dblGradientOutput)
dblGradientOutput - String array of coordinatespublic double getGradientOutput()
public SpecificAbsorptionRateSequence getSpecificAbsorptionRateSequence()
public OperatingModeSequence getOperatingModeSequence()