public class ShieldingDeviceSequenceItem extends Item
ShieldingDeviceSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getShieldingDeviceDescription()
Return user-defined description of Shielding Device.
|
java.lang.String |
getShieldingDeviceLabel()
Return user-defined label for Shielding Device.
|
java.lang.String |
getShieldingDevicePosition()
Return position/notch number of Shielding Device.
|
java.lang.String |
getShieldingDeviceType()
Return type of Shielding Device used in Patient Setup.
|
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 |
setShieldingDeviceDescription(java.lang.String strShieldingDeviceDescription)
Sets user-defined description of Shielding Device.
|
void |
setShieldingDeviceLabel(java.lang.String strShieldingDeviceLabel)
Sets user-defined label for Shielding Device.
|
void |
setShieldingDevicePosition(java.lang.String strShieldingDevicePosition)
Sets position/notch number of Shielding Device.
|
void |
setShieldingDeviceType(EnumShieldingDeviceType enumShieldingDeviceType)
Sets type of Shielding Device used in Patient Setup.
|
java.lang.String |
sgetAccessoryCode()
Return an identifier for the accessory intended to be read by a device such as a bar-code reader.
|
boolean |
validateForModule()
Validates all the attributes in ShieldingDeviceSequence 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 setShieldingDeviceType(EnumShieldingDeviceType enumShieldingDeviceType)
enumShieldingDeviceType - enum value of Shielding Device Type.public java.lang.String getShieldingDeviceType()
public void setShieldingDeviceLabel(java.lang.String strShieldingDeviceLabel)
strShieldingDeviceLabel - String value of Shielding Device Label.public java.lang.String getShieldingDeviceLabel()
public void setShieldingDeviceDescription(java.lang.String strShieldingDeviceDescription)
strShieldingDeviceDescription - String value of Shielding Device Description.public java.lang.String getShieldingDeviceDescription()
public void setShieldingDevicePosition(java.lang.String strShieldingDevicePosition)
strShieldingDevicePosition - String value of Shielding Device Position.public java.lang.String getShieldingDevicePosition()
public void setAccessoryCode(java.lang.String strAccessoryCode)
strAccessoryCode - String value of Accessory Code.public java.lang.String sgetAccessoryCode()