public class CTAcquisitionDetailsSequenceItem extends Item
CTAcquisitionDetailsSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataCollectionDiameter()
Retrieves The diameter in mm of the region over which data were collected.
|
java.lang.String |
getGantryOrDetectorTilt()
Retrieves Angle of tilt in degrees of the detector.
|
double |
getRevolutionTime()
Retrieves The time in seconds of a complete revolution of the source around the gantry orbit.
|
java.lang.String |
getRotationDirection()
Retrieves direction of rotation of the detector about the patient.
|
double |
getSingleCollimationWidth()
Retrieves The width of a single row of acquired data (in mm).
|
java.lang.String |
getTableHeight()
Retrieves distance in mm of the top of the patient table to the center of rotation.
|
double |
getTotalCollimationWidth()
Retrieves The width of the total collimation (in mm) over the area of active x-ray detection.
|
void |
setDataCollectionDiameter(java.lang.String strDataCollectionDiameter)
The diameter in mm of the region over which data were collected.
|
void |
setGantryOrDetectorTilt(java.lang.String strGantryOrDetectorTilt)
Sets Angle of tilt in degrees of the detector.
|
void |
setRevolutionTime(double dRevolutionTime)
Sets The time in seconds of a complete revolution of the source around the gantry orbit.
|
void |
setRotationDirection(EnumRotationDirection enumRotationDirection)
Sets direction of rotation of the detector about the patient.
|
void |
setSingleCollimationWidth(double dSingleCollimationWidth)
Sets The width of a single row of acquired data (in mm).
|
void |
setTableHeight(java.lang.String strTableHeight)
Sets the distance in mm of the top of the patient table to the center of rotation.
|
void |
setTotalCollimationWidth(double dTotalCollimationWidth)
Sets The width of the total collimation (in mm) over the area of active x-ray detection.
|
boolean |
validateForModule()
Validates all the attributes in CTAcquisitionDetailsSequenceItem according the rules defined by the CTAcquisitionDetailsSequence.
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic void setRotationDirection(EnumRotationDirection enumRotationDirection)
enumRotationDirection - enum value of direction of rotation of the detector about the patient.public java.lang.String getRotationDirection()
public void setRevolutionTime(double dRevolutionTime)
dRevolutionTime - double value of Revolution Time.public double getRevolutionTime()
public void setSingleCollimationWidth(double dSingleCollimationWidth)
dSingleCollimationWidth - double value of Single Collimation Width.public double getSingleCollimationWidth()
public void setTotalCollimationWidth(double dTotalCollimationWidth)
dTotalCollimationWidth - double value of Total Collimation Width.public double getTotalCollimationWidth()
public void setTableHeight(java.lang.String strTableHeight)
strTableHeight - String value of Table Height.public java.lang.String getTableHeight()
public void setGantryOrDetectorTilt(java.lang.String strGantryOrDetectorTilt)
strGantryOrDetectorTilt - String value of Gantry/Detector Tilt.public java.lang.String getGantryOrDetectorTilt()
public void setDataCollectionDiameter(java.lang.String strDataCollectionDiameter)
strDataCollectionDiameter - String value of Data Collection Diameter.public java.lang.String getDataCollectionDiameter()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.