public class RangeModulatorSettingsSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
float |
getIsocentertoRangeModulatorDistance()
Retrieves the IsocentertoRangeModulatorDistance.
|
float |
getRangeModulatorGatingStartValue()
Retrieves the RangeModulatorGatingStartValue.
|
float |
getRangeModulatorGatingStartWaterEquivalentThickness()
Retrieves the RangeModulatorGatingStartWaterEquivalentThickness.
|
float |
getRangeModulatorGatingStopValue()
Retrieves the RangeModulatorGatingStopValue.
|
float |
getRangeModulatorGatingStopWaterEquivalentThickness()
Retrieves the IsocentertoRangeModulatorDistance.
|
java.lang.String |
getReferencedRangeModulatorNumber()
Retrieves ReferencedRangeModulatorNumber.
|
void |
setIsocentertoRangeModulatorDistance(float fIsocentertoRangeModulatorDistance)
Sets the IsocentertoRangeModulatorDistance.
|
void |
setRangeModulatorGatingStartValue(float fRangeModulatorGatingStartValue)
Sets the Range Modulator Gating Start Value.
|
void |
setRangeModulatorGatingStartWaterEquivalentThickness(float fRangeModulatorGatingStartWaterEquivalentThickness)
Sets the Range Modulator Gating Start Water Equivalent Thickness.
|
void |
setRangeModulatorGatingStopValue(float fRangeModulatorGatingStoptValue)
Sets the Range Modulator Gating Stop Value.
|
void |
setRangeModulatorGatingStopWaterEquivalentThickness(float fRangeModulatorGatingStopWaterEquivalentThickness)
Sets the Range Modulator Gating Stop Water Equivalent Thickness.
|
void |
setReferencedRangeModulatorNumber(java.lang.String strReferencedRangeModulatorNumber)
Sets ReferencedRangeModulatorNumber.
|
boolean |
validateForModule()
Validates all the attributes in RangeModulatorSettingsSequenceItem according the rules defined by the Range Modulator Settings Sequence Item.
|
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 setReferencedRangeModulatorNumber(java.lang.String strReferencedRangeModulatorNumber)
strReferencedRangeModulatorNumber - String value of ReferencedRangeModulatorNumber.public java.lang.String getReferencedRangeModulatorNumber()
public void setRangeModulatorGatingStartValue(float fRangeModulatorGatingStartValue)
fRangeModulatorGatingStartValue - Float value of the RangeModulatorGatingStartValuepublic float getRangeModulatorGatingStartValue()
public void setRangeModulatorGatingStopValue(float fRangeModulatorGatingStoptValue)
fRangeModulatorGatingStopValue - Float value of the RangeModulatorGatingStopValuepublic float getRangeModulatorGatingStopValue()
public void setRangeModulatorGatingStartWaterEquivalentThickness(float fRangeModulatorGatingStartWaterEquivalentThickness)
fRangeModulatorGatingStartWaterEquivalentThickness - Float value of the RangeModulatorGatingStartWaterEquivalentThicknesspublic float getRangeModulatorGatingStartWaterEquivalentThickness()
public void setRangeModulatorGatingStopWaterEquivalentThickness(float fRangeModulatorGatingStopWaterEquivalentThickness)
fRangeModulatorGatingStopWaterEquivalentThickness - Float value of the RangeModulatorGatingStopWaterEquivalentThicknesspublic float getRangeModulatorGatingStopWaterEquivalentThickness()
public void setIsocentertoRangeModulatorDistance(float fIsocentertoRangeModulatorDistance)
fIsocentertoRangeModulatorDistance - Float value of the IsocentertoRangeModulatorDistancepublic float getIsocentertoRangeModulatorDistance()