public class FixationDeviceSequenceItem extends Item
FixationDeviceSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFixationDeviceDescription()
Return user-defined description of Fixation Device.
|
java.lang.String |
getFixationDeviceLabel()
Return user-defined label identifier for Fixation Device.
|
float |
getFixationDevicePitchAngle()
Return Fixation Device Pitch Angle.
|
java.lang.String |
getFixationDevicePosition()
Return position/notch number of Fixation Device.
|
float |
getFixationDeviceRollAngle()
Return Fixation Device Roll Angle.
|
java.lang.String |
getFixationDeviceType()
Return type of Fixation Device used during 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 |
setFixationDeviceDescription(java.lang.String strFixationDeviceDescription)
Sets user-defined description of Fixation Device.
|
void |
setFixationDeviceLabel(java.lang.String strFixationDeviceLabel)
Sets user-defined label identifier for Fixation Device.
|
void |
setFixationDevicePitchAngle(float fFixationDevicePitchAngle)
Sets Fixation Device Pitch Angle.
|
void |
setFixationDevicePosition(java.lang.String strFixationDevicePosition)
Sets position/notch number of Fixation Device.
|
void |
setFixationDeviceRollAngle(float fFixationDeviceRollAngle)
Sets Fixation Device Roll Angle.
|
void |
setFixationDeviceType(EnumFixationDeviceType enumFixationDeviceType)
Sets type of Fixation Device used during 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 FixationDeviceSequence 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 setFixationDeviceType(EnumFixationDeviceType enumFixationDeviceType)
enumFixationDeviceType - enum value of Fixation Device Type.public java.lang.String getFixationDeviceType()
public void setFixationDeviceLabel(java.lang.String strFixationDeviceLabel)
strFixationDeviceLabel - String value of Fixation Device Label.public java.lang.String getFixationDeviceLabel()
public void setFixationDeviceDescription(java.lang.String strFixationDeviceDescription)
strFixationDeviceDescription - String value of Fixation Device Description.public java.lang.String getFixationDeviceDescription()
public void setFixationDevicePosition(java.lang.String strFixationDevicePosition)
strFixationDevicePosition - String value of Fixation Device Position.public java.lang.String getFixationDevicePosition()
public void setFixationDevicePitchAngle(float fFixationDevicePitchAngle)
fFixationDevicePitchAngle - float value of Fixation Device Pitch Angle.public float getFixationDevicePitchAngle()
public void setFixationDeviceRollAngle(float fFixationDeviceRollAngle)
fFixationDeviceRollAngle - float value of Fixation Device Roll Angle.public float getFixationDeviceRollAngle()
public void setAccessoryCode(java.lang.String strAccessoryCode)
strAccessoryCode - String value of Accessory Code.public java.lang.String sgetAccessoryCode()