public class WedgeSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessoryCode()
Retrieves Accessory Code.
|
java.lang.String |
getEffectiveWedgeAngle()
Retrieves Effective WedgeAngle.
|
java.lang.String |
getSourcetoWedgeTrayDistance()
Retrieves Radiation source to Wedge tray attachment edge distance (in mm) for current compensator.
|
java.lang.String |
getWedgeAngle()
Retrieves Nominal wedge angle .
|
java.lang.String |
getWedgeFactor()
Retrieves Nominal wedge Factor .
|
java.lang.String |
getWedgeID()
Retrieves User-supplied identifier for Wedge.
|
java.lang.String |
getWedgeNumber()
Retrieves Identification number of the Wedge.It should be unique within the beam in which it is created.
|
java.lang.String |
getWedgeOrientation()
Retrieves Nominal wedge Orientation .
|
java.lang.String |
getWedgeType()
Retrieves Type of Wedge.
|
void |
setAccessoryCode(java.lang.String strAccessoryCode)
Sets An identifier for the accessory intended to be read by a device such as a bar-code reader.
|
void |
setEffectiveWedgeAngle(java.lang.String strEffectiveWedgeAngle)
Sets Effective Wedge Angle.
|
void |
setSourcetoWedgeTrayDistance(java.lang.String strSourcetoWedgeTrayDistance)
Sets Radiation source to wedge tray attachment edge distance (in mm) for current compensator.
|
void |
setWedgeAngle(java.lang.String strWedgeAngle)
Sets Nominal wedge angle .
|
void |
setWedgeFactor(java.lang.String strWedgeFactor)
Sets Nominal wedge factor under machine calibration conditions at the beam energy specified by the Nominal Beam Energy of the first Control Point of the Control Point Sequence .
|
void |
setWedgeID(java.lang.String strWedgeID)
Sets User-supplied identifier for Wedge.
|
void |
setWedgeNumber(java.lang.String strWedgeNumber)
Identification number of the Wedge.It should be unique within the beam in which it is created.
|
void |
setWedgeOrientation(java.lang.String strWedgeOrientation)
Sets Orientation of wedge, i.e.
|
void |
setWedgeType(EnumWedgeType enumWedgeType)
Sets Type of Wedge.
|
boolean |
validateForModule()
Validates all the attributes in WedgeSequenceItem 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 void setWedgeNumber(java.lang.String strWedgeNumber)
strWedgeNumber - String value of Wedge Number.public java.lang.String getWedgeNumber()
public void setWedgeType(EnumWedgeType enumWedgeType)
enumWedgeType - Enum value of Wedge Type.public java.lang.String getWedgeType()
public void setWedgeID(java.lang.String strWedgeID)
strWedgeID - String value of Wedge ID.public java.lang.String getWedgeID()
public void setAccessoryCode(java.lang.String strAccessoryCode)
strAccessoryCode - String value of Accessory Code.public java.lang.String getAccessoryCode()
public void setWedgeAngle(java.lang.String strWedgeAngle)
strWedgeAngle - String value of Wedge Angle.public java.lang.String getWedgeAngle()
public void setWedgeFactor(java.lang.String strWedgeFactor)
strWedgeFactor - String value of Wedge Factor.public java.lang.String getWedgeFactor()
public void setWedgeOrientation(java.lang.String strWedgeOrientation)
strWedgeOrientation - String value of Wedge Orientation.public java.lang.String getWedgeOrientation()
public void setSourcetoWedgeTrayDistance(java.lang.String strSourcetoWedgeTrayDistance)
strSourcetoWedgeTrayDistance - String value of Source to Wedge Tray Distance.public java.lang.String getSourcetoWedgeTrayDistance()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setEffectiveWedgeAngle(java.lang.String strEffectiveWedgeAngle)
strEffectiveWedgeAngle - String value of Effective WedgeAngle.public java.lang.String getEffectiveWedgeAngle()