public class ProjectionPixelCalibrationSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
float |
getBeamAngle()
Retrieves the Beam Angle.
|
float |
getDistanceObjecttoTableTop()
Retrieves the Distance Object to Table Top.
|
float[] |
getObjectPixelSpacinginCenterofBeam()
Retrieves Object Pixel Spacing in Center of Beam.
|
java.lang.String |
getTableHeight()
Retrieves Table Height.
|
void |
setBeamAngle(float fBeamAngle)
Sets the Beam Angle.
|
void |
setDistanceObjecttoTableTop(float fDistanceObjecttoTableTop)
Sets the Distance Object to Table Top.
|
void |
setObjectPixelSpacinginCenterofBeam(float[] arrFObjectPixelSpacinginCenterofBeam)
Sets a Object Pixel Spacing in Center of Beam.
|
void |
setTableHeight(java.lang.String strTableHeight)
Sets Table Height.
|
boolean |
validateForModule()
Validates all the attributes in ProjectionPixelCalibrationSequenceItem 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 setDistanceObjecttoTableTop(float fDistanceObjecttoTableTop)
fDistanceObjecttoTableTop - Float value of the Distance Object to Table Toppublic float getDistanceObjecttoTableTop()
public void setObjectPixelSpacinginCenterofBeam(float[] arrFObjectPixelSpacinginCenterofBeam)
arrFObjectPixelSpacinginCenterofBeam - pair of Object Pixel Spacing in Center of Beampublic float[] getObjectPixelSpacinginCenterofBeam()
public void setTableHeight(java.lang.String strTableHeight)
strTableHeight - String value of Table Height.public java.lang.String getTableHeight()
public void setBeamAngle(float fBeamAngle)
fBeamAngle - Float value of Beam Anglepublic float getBeamAngle()