public class RotationInformationSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActualFrameDuration()
Retrieves nominal acquisition time per angular position, in msec.
|
java.lang.String |
getAngularStep()
Retrieves the angular scan arc step between views of the TOMO acquisition, in degrees.
|
java.lang.String[] |
getDistanceSourceToDetector()
Retrieves distance in mm from transmission source to the detector face.
|
short |
getNumberOfFramesInRotation()
Retrieves Number of angular views in this rotation.
|
java.lang.String[] |
getRadialPosition()
Retrieves radial distance of the detector from the center of rotation, in mm.
|
java.lang.String |
getRotationDirection()
Retrieves direction of rotation of the detector about the patient.
|
java.lang.String |
getScanArc()
Retrieves effective angular range of the scan data in degrees.
|
java.lang.String |
getStartAngle()
Retrieves position of the detector about the patient for the start of this rotation, in degrees.
|
java.lang.String |
getTableHeight()
Retrieves distance in mm of the top of the patient table to the center of rotation.
|
java.lang.String |
getTableTraverse()
Retrieves location of the patient table (or gantry relative to the table) in mm.
|
void |
setActualFrameDuration(java.lang.String strActualFrameDuration)
Sets nominal acquisition time per angular position, in msec.
|
void |
setAngularStep(java.lang.String strAngularStep)
Sets the angular scan arc step between views of the TOMO acquisition, in degrees.
|
void |
setDistanceSourceToDetector(java.lang.String[] arrStrRadialPosition)
Sets Distance in mm from transmission source to the detector face.
|
void |
setNumberOfFramesInRotation(short shNumberOfFramesInRotation)
Sets number of angular views in this rotation.
|
void |
setRadialPosition(java.lang.String[] arrStrRadialPosition)
Sets Radial distance of the detector from the center of rotation, in mm.
|
void |
setRotationDirection(EnumRotationDirection enumRotationDirection)
Sets direction of rotation of the detector about the patient.
|
void |
setScanArc(java.lang.String strScanArc)
Sets the effective angular range of the scan data in degrees.
|
void |
setStartAngle(java.lang.String strStartAngle)
Sets position of the detector about the patient for the start of this rotation, in degrees.
|
void |
setTableHeight(java.lang.String strTableHeight)
Sets the distance in mm of the top of the patient table to the center of rotation.
|
void |
setTableTraverse(java.lang.String strTableTraverse)
Sets location of the patient table (or gantry relative to the table) in mm.The range and
values of this element are determined by the manufacturer.
|
boolean |
validateForModule()
Validates all the attributes in RotationInformationSequenceItem 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 setStartAngle(java.lang.String strStartAngle)
strStartAngle - String value of Start Angle.public java.lang.String getStartAngle()
public void setAngularStep(java.lang.String strAngularStep)
strAngularStep - String value of Angular Step.public java.lang.String getAngularStep()
public void setRotationDirection(EnumRotationDirection enumRotationDirection)
enumRotationDirection - enum value of direction of rotation of the detector about the patient.public java.lang.String getRotationDirection()
public void setScanArc(java.lang.String strScanArc)
strScanArc - String value of Scan Arc.public java.lang.String getScanArc()
public void setActualFrameDuration(java.lang.String strActualFrameDuration)
strActualFrameDuration - String value of Actual Frame Duration.public java.lang.String getActualFrameDuration()
public void setRadialPosition(java.lang.String[] arrStrRadialPosition)
arrStrRadialPosition - String array of Radial Position.public java.lang.String[] getRadialPosition()
public void setDistanceSourceToDetector(java.lang.String[] arrStrRadialPosition)
arrStrRadialPosition - String array of Distance from Source to Detector.public java.lang.String[] getDistanceSourceToDetector()
public void setNumberOfFramesInRotation(short shNumberOfFramesInRotation)
shNumberOfFramesInRotation - short value of Number Of Frames in Rotation.public short getNumberOfFramesInRotation()
public void setTableTraverse(java.lang.String strTableTraverse)
strTableTraverse - String value of Table Traverse.public java.lang.String getTableTraverse()
public void setTableHeight(java.lang.String strTableHeight)
strTableHeight - String value of Table Height.public java.lang.String getTableHeight()