public class IonWedgeSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessoryCode()
Retrieves Accessory Code.
|
float |
getIsocentertoWedgeTrayDistance()
Retrieves the IsocentertoWedgeTrayDistance.
|
java.lang.String |
getWedgeAngle()
Retrieves Nominal wedge angle .
|
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 |
setIsocentertoWedgeTrayDistance(float fIsocentertoWedgeTrayDistance)
Sets the IsocentertoWedgeTrayDistance.
|
void |
setWedgeAngle(java.lang.String strWedgeAngle)
Sets Nominal wedge angle .
|
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 boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public 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 setWedgeOrientation(java.lang.String strWedgeOrientation)
strWedgeOrientation - String value of Wedge Orientation.public java.lang.String getWedgeOrientation()
public void setIsocentertoWedgeTrayDistance(float fIsocentertoWedgeTrayDistance)
fIsocentertoWedgeTrayDistance - Float value of the Isocenter to Wedge Tray Distancepublic float getIsocentertoWedgeTrayDistance()