public class SetupDeviceSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessoryCode()
Return Accessory Code.
|
java.lang.String |
getSetupDeviceDescription()
Return user-defined description of Setup Device.
|
java.lang.String |
getSetupDeviceLabel()
Return user-defined label for Setup Device used for patient alignment.
|
java.lang.String |
getSetupDeviceParameter()
Return Setup Parameter for Setup Device in appropriate IEC 61217 coordinate system.
|
java.lang.String |
getSetupDeviceType()
Return type of setup device used for Patient alignment.
|
java.lang.String |
getSetupReferenceDescription()
Return user-defined description of Setup Reference used for patient alignment.
|
void |
setAccessoryCode(java.lang.String strAccessoryCode)
Sets Accessory Code.
|
void |
setSetupDeviceDescription(java.lang.String strSetupDeviceDescription)
Sets user-defined description of Setup Device.
|
void |
setSetupDeviceLabel(java.lang.String strSetupDeviceLabel)
Sets user-defined label for Setup Device used for patient alignment.
|
void |
setSetupDeviceParameter(java.lang.String strSetupDeviceParameter)
Sets Setup Parameter for Setup Device in appropriate IEC 61217 coordinate system.
|
void |
setSetupDeviceType(EnumSetupDeviceType enumSetupDeviceType)
Sets type of setup device used for Patient alignment.
|
void |
setSetupReferenceDescription(java.lang.String strSetupReferenceDescription)
Sets user-defined description of Setup Reference used for patient alignment.
|
boolean |
validateForModule()
Validates all the attributes in
SetupDeviceSequence 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
SetupDeviceSequence that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setSetupDeviceType(EnumSetupDeviceType enumSetupDeviceType)
enumSetupDeviceType - enum value of Setup Device Type.public java.lang.String getSetupDeviceType()
public void setSetupDeviceLabel(java.lang.String strSetupDeviceLabel)
strSetupDeviceLabel - String value of Setup Device Label.public java.lang.String getSetupDeviceLabel()
public void setSetupDeviceDescription(java.lang.String strSetupDeviceDescription)
strSetupDeviceDescription - String value of Setup Device Description.public java.lang.String getSetupDeviceDescription()
public void setSetupDeviceParameter(java.lang.String strSetupDeviceParameter)
strSetupDeviceParameter - String value of Setup Device Parameter.public java.lang.String getSetupDeviceParameter()
public void setSetupReferenceDescription(java.lang.String strSetupReferenceDescription)
strSetupReferenceDescription - String value of Setup Reference Description.public java.lang.String getSetupReferenceDescription()
public void setAccessoryCode(java.lang.String strAccessoryCode)
strAccessoryCode - String value of Accessory Code.public java.lang.String getAccessoryCode()