public class IonToleranceTableSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeamLimitingDeviceAngleTolerance()
Retrieves Beam Limiting Device Angle Tolerance.
|
BeamLimitingDeviceToleranceSequence |
getBeamLimitingDeviceToleranceSequence()
Retrieves pre-initialized object of Beam Limiting Device Tolerance 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 |
getGantryAngleTolerance()
Retrieves Gantry Angle Tolerance.
|
float |
getGantryPitchAngleTolerance()
Retrieves Gantry Pitch Angle Tolerance.
|
java.lang.String |
getPatientSupportAngleTolerance()
Retrieves Patient Support Angle Tolerance.
|
float |
getSnoutPositionTolerance()
Retrieves the SnoutPositionTolerance.
|
java.lang.String |
getTableTopPitchAngleTolerance()
Retrieves Table Top Pitch Angle Tolerance.
|
java.lang.String |
getTableTopRollAngleTolerance()
Retrieves Table Top Roll Angle Tolerance.
|
java.lang.String |
getTableTopVerticalPositionTolerance()
Retrieves Table Top Vertical Position Tolerance.
|
java.lang.String |
getToleranceTableLabel()
Retrieves Tolerance Table Label.
|
java.lang.String |
getToleranceTableNumber()
Retrieves Tolerance Table Number.
|
void |
setBeamLimitingDeviceAngleTolerance(java.lang.String strBeamLimitingDeviceAngleTolerance)
Sets Beam Limiting Device Angle Tolerance.Uniquely identifies Beam Limiting Device Angle Tolerance(300A,0046) in Tolerance Table Sequence(300A,0040) in RT Tolerance Tables Module of RT Plan IOD.
|
void |
setGantryAngleTolerance(java.lang.String strGantryAngleTolerance)
Sets Gantry Angle Tolerance.Uniquely identifies Gantry Angle Tolerance(300A,0044) in Tolerance Table Sequence(300A,0040) in RT Tolerance Tables Module of RT Plan IOD.
|
void |
setGantryPitchAngleTolerance(float fGantryPitchAngleTolerance)
Sets Gantry Pitch Angle Tolerance.
|
void |
setPatientSupportAngleTolerance(java.lang.String strPatientSupportAngleTolerance)
Sets Patient Support Angle Tolerance.Uniquely identifies Patient Support Angle Tolerance(300A,004C) in Tolerance Table Sequence(300A,0040) in RT Tolerance Tables Module of RT Plan IOD.
|
void |
setSnoutPositionTolerance(float fSnoutPositionTolerance)
Sets the Snout Position Tolerance.
|
void |
setTableTopPitchAngleTolerance(java.lang.String strTableTopPitchAngleTolerance)
Sets Table Top Pitch Angle Tolerance.
|
void |
setTableTopRollAngleTolerance(java.lang.String strTableTopRollAngleTolerance)
Sets Table Top Roll Angle Tolerance.
|
void |
setTableTopVerticalPositionTolerance(java.lang.String strTableTopVerticalPositionTolerance)
Sets Table Top Vertical Position Tolerance.Uniquely identifies Table Top Eccentric Angle Tolerance(300A,0051) in Tolerance Table Sequence(300A,0040) in RT Tolerance Tables Module of RT Plan IOD.
|
void |
setToleranceTableLabel(java.lang.String strToleranceTableLabel)
Sets Tolerance Table Label.Uniquely identifies Tolerance Table Label(300A,0043) in Tolerance Table Sequence(300A,0040) in RT Tolerance Tables Module of RT Plan IOD.
|
void |
setToleranceTableNumber(java.lang.String strToleranceTableNumber)
Sets Tolerance Table Number.Uniquely identifies Tolerance Table Number(300A,0042) in Tolerance Table Sequence(300A,0040) in RT Tolerance Tables Module of RT Plan IOD.
|
boolean |
validateForModule()
Validates all the attributes in IonToleranceTableSequenceItem 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 setToleranceTableNumber(java.lang.String strToleranceTableNumber)
strToleranceTableNumber - String value of Tolerance Table Number.public java.lang.String getToleranceTableNumber()
public void setToleranceTableLabel(java.lang.String strToleranceTableLabel)
strToleranceTableLabel - String value of Tolerance Table Label.public java.lang.String getToleranceTableLabel()
public void setGantryAngleTolerance(java.lang.String strGantryAngleTolerance)
strGantryAngleTolerance - String value of Gantry Angle Tolerance.public java.lang.String getGantryAngleTolerance()
public void setGantryPitchAngleTolerance(float fGantryPitchAngleTolerance)
fGantryPitchAngleTolerance - float value of Gantry Pitch Angle Tolerance.public float getGantryPitchAngleTolerance()
public void setBeamLimitingDeviceAngleTolerance(java.lang.String strBeamLimitingDeviceAngleTolerance)
strBeamLimitingDeviceAngleTolerance - String value of Beam Limiting Device Angle Tolerance.public java.lang.String getBeamLimitingDeviceAngleTolerance()
public BeamLimitingDeviceToleranceSequence getBeamLimitingDeviceToleranceSequence()
public void setPatientSupportAngleTolerance(java.lang.String strPatientSupportAngleTolerance)
strPatientSupportAngleTolerance - String value of Patient Support Angle Tolerance.public java.lang.String getPatientSupportAngleTolerance()
public void setTableTopPitchAngleTolerance(java.lang.String strTableTopPitchAngleTolerance)
strTableTopPitchAngleTolerance - String value of Table Top Pitch Angle Tolerance.public java.lang.String getTableTopPitchAngleTolerance()
public void setTableTopRollAngleTolerance(java.lang.String strTableTopRollAngleTolerance)
strTableTopRollAngleTolerance - String value of Table Top Roll Angle Tolerance.public java.lang.String getTableTopRollAngleTolerance()
public void setTableTopVerticalPositionTolerance(java.lang.String strTableTopVerticalPositionTolerance)
strTableTopVerticalPositionTolerance - String value of Table Top Vertical Position Tolerance.public java.lang.String getTableTopVerticalPositionTolerance()
public void setSnoutPositionTolerance(float fSnoutPositionTolerance)
fSnoutPositionTolerance - Float value of the Snout Position Tolerancepublic float getSnoutPositionTolerance()