public class BeamLimitingDevicePositionSequenceItem extends Item
BeamLimitingDevicePositionSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getLeaf_JawPositions()
Retrieves Leaf/Jaw Positions.
|
java.lang.String |
getRTBeamLimitingDeviceType()
Retrieves RT Beam Limiting Device Type.
|
void |
setLeaf_JawPositions(java.lang.String[] strLeaf_JawPositions)
Sets Number of leaf (element) or jaw pairs
|
void |
setRTBeamLimitingDeviceType(EnumRTBeamLimitingDeviceType enumRTBeamLimitingDeviceType)
Sets Type of beam limiting device.
|
boolean |
validateForModule()
Validates all the attributes in BeamLimitingDevicePositionSequenceItem 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 setRTBeamLimitingDeviceType(EnumRTBeamLimitingDeviceType enumRTBeamLimitingDeviceType)
enumRTBeamLimitingDeviceType - Enum value of RT Beam Limiting Device Type.public java.lang.String getRTBeamLimitingDeviceType()
public void setLeaf_JawPositions(java.lang.String[] strLeaf_JawPositions)
strLeaf_JawPositions - String array of Leaf_Jaw Positions.public java.lang.String[] getLeaf_JawPositions()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.