public class BeamLimitingDeviceLeafPairsSequenceItem extends Item
BeamLimitingDeviceLeafPairsSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNumberOfLeafOrJawPairs()
Retrieves Number of leaf (element) or jaw pairs .
|
java.lang.String |
getRTBeamLimitingDeviceType()
Retrieves RT Beam Limiting Device Type.
|
void |
setNumberOfLeafOrJawPairs(java.lang.String strNumberOfLeafOrJawPairs)
Sets Number of leaf (element) or jaw pairs equal to 1 for standard beam limiting.
|
void |
setRTBeamLimitingDeviceType(EnumRTBeamLimitingDeviceType enumRTBeamLimitingDeviceType)
Sets type of beam limiting device (collimator).
|
boolean |
validateForModule()
Validates all the attributes in BeamLimitingDeviceLeafPairsSequenceItem 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 setRTBeamLimitingDeviceType(EnumRTBeamLimitingDeviceType enumRTBeamLimitingDeviceType)
enumRTBeamLimitingDeviceType - Enum value of RT Beam Limiting Device Type.public java.lang.String getRTBeamLimitingDeviceType()
public void setNumberOfLeafOrJawPairs(java.lang.String strNumberOfLeafOrJawPairs)
strNumberOfLeafOrJawPairs - String value of Number of Leaf/Jaw Pairs.public java.lang.String getNumberOfLeafOrJawPairs()