public class BiopsyTargetSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
float[] |
getCalculatedTargetPosition()
Retrieves the Calculated Target Position.
|
float |
getDisplayedZValue()
Retrieves the Displayed Z Value.
|
float[] |
getLocalizingCursorPosition()
Retrieves the Localizing Cursor Position.
|
java.lang.String |
getTargetLabel()
Retrieves Target Label.
|
java.lang.String |
getTargetUID()
Retrieves a Target UID.
|
void |
setCalculatedTargetPosition(float[] fCalculatedTargetPosition)
Sets the Calculated Target Position.
|
void |
setDisplayedZValue(float fDisplayedZValue)
Sets the Displayed Z Value.
|
void |
setLocalizingCursorPosition(float[] fLocalizingCursorPosition)
Sets the Localizing Cursor Position.
|
void |
setTargetLabel(java.lang.String strTargetLabel)
Sets the Target Label.
|
void |
setTargetUID(java.lang.String strTargetUID)
Sets a Target UID.
|
boolean |
validateForModule()
Validates all the attributes in Biopsy Target Sequence Item 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 setTargetUID(java.lang.String strTargetUID)
strTargetUID - -String value of Target UID.public java.lang.String getTargetUID()
public void setLocalizingCursorPosition(float[] fLocalizingCursorPosition)
fLocalizingCursorPosition- - Float value of the Localizing Cursor Positionpublic float[] getLocalizingCursorPosition()
public void setCalculatedTargetPosition(float[] fCalculatedTargetPosition)
fCalculatedTargetPosition- - Float value of the Calculated Target Positionpublic float[] getCalculatedTargetPosition()
public void setDisplayedZValue(float fDisplayedZValue)
fDisplayedZValue- - Float value of the Displayed Z Valuepublic float getDisplayedZValue()
public void setTargetLabel(java.lang.String strTargetLabel)
strTargetLabel- - String value of Target Label.public java.lang.String getTargetLabel()