public class MRFOVGeometrySequenceItem extends Item
MRFOVGeometrySequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInplanePhaseEncodingDirection()
Retrieves The axes of the in-plane phase encoding with respect to the frame.
|
short |
getMRAcquisitionFrequencyEncodingSteps()
Retrieves Number of Frequency Encoding steps (kx) acquired
|
short |
getMRAcquisitionPhaseEncodingStepsinplane()
Retrieves Number of In-Plane Phase Encoding steps (ky) acquired
|
short |
getMRAcquisitionPhaseEncodingStepsoutofplane()
Retrieves Number of Out-of-Plane Phase Encoding steps (kz) acquired
|
java.lang.String |
getPercentPhaseFieldofView()
Retrieves Fraction of acquisition matrix lines acquired, expressed as a percent.
|
java.lang.String |
getPercentSampling()
Retrieves Fraction of acquisition matrix lines acquired, expressed as a percent.
|
void |
setInplanePhaseEncodingDirection(EnumInplanePhaseEncodingDirection enumInplanePhaseEncodingDirection)
Sets The axes of the in-plane phase encoding with respect to the frame.
|
void |
setMRAcquisitionFrequencyEncodingSteps(short shMRAcquisitionFrequencyEncodingSteps)
Sets Number of Frequency Encoding steps (kx) acquired
Required if the Annotation Content Sequence is sent.
|
void |
setMRAcquisitionPhaseEncodingStepsinplane(short shMRAcquisitionPhaseEncodingStepsinplane)
Sets Number of In-Plane Phase Encoding steps (ky) acquired
|
void |
setMRAcquisitionPhaseEncodingStepsoutofplane(short shMRAcquisitionPhaseEncodingStepsoutofplane)
Sets Number of Out-of-Plane Phase Encoding steps (kz) acquired
|
void |
setPercentPhaseFieldofView(java.lang.String strPercentPhaseFieldofView)
Sets Fraction of acquisition matrix lines acquired, expressed as a percent.
|
void |
setPercentSampling(java.lang.String strPercentSampling)
Sets Fraction of acquisition matrix lines acquired, expressed as a percent.
|
boolean |
validateForModule()
Validates all the attributes in MR FOV/Geometry Macro 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 setInplanePhaseEncodingDirection(EnumInplanePhaseEncodingDirection enumInplanePhaseEncodingDirection)
enumShapeType - Enum value for geometric interpretation of the Contour Datapublic java.lang.String getInplanePhaseEncodingDirection()
public void setMRAcquisitionFrequencyEncodingSteps(short shMRAcquisitionFrequencyEncodingSteps)
shMRAcquisitionFrequencyEncodingSteps - short value of MR Acquisition Frequency Encoding Steps.public short getMRAcquisitionFrequencyEncodingSteps()
public void setMRAcquisitionPhaseEncodingStepsinplane(short shMRAcquisitionPhaseEncodingStepsinplane)
shMRAcquisitionPhaseEncodingStepsinplane - short value of MR Acquisition Phase Encoding Steps in-plane.public short getMRAcquisitionPhaseEncodingStepsinplane()
public void setMRAcquisitionPhaseEncodingStepsoutofplane(short shMRAcquisitionPhaseEncodingStepsoutofplane)
shMRAcquisitionPhaseEncodingStepsoutofplane - short value of MR Acquisition Phase Encoding Steps out-of-plane.public short getMRAcquisitionPhaseEncodingStepsoutofplane()
public void setPercentSampling(java.lang.String strPercentSampling)
strPercentSampling - String value of Percent Sampling.public java.lang.String getPercentSampling()
public void setPercentPhaseFieldofView(java.lang.String strPercentPhaseFieldofView)
strPercentPhaseFieldofView - String value of Percent Phase Field of View.public java.lang.String getPercentPhaseFieldofView()