public class AnnotationContentSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short |
getAnnotationPosition()
Retrieves the position of the annotation box in the parent film box.
|
java.lang.String |
getSOPInstanceUID()
Retrieves SOP Instance UID of the contained Annotation SOP Class.
|
java.lang.String |
getTextString()
Retrieves Text String.
|
void |
setAnnotationPosition(short shAnnotationPosition)
Sets the position of the annotation box in the parent film box.
|
void |
setSOPInstanceUID(java.lang.String strSOPInstanceUID)
Sets SOP Instance UID of the contained Annotation SOP Class.
|
void |
setTextString(java.lang.String strTextString)
Sets Text String.
|
boolean |
validateForModule()
Validates all the attributes in
AnnotationContentSequence 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 void setSOPInstanceUID(java.lang.String strSOPInstanceUID)
strSOPInstanceUID - -String value of SOP Instance UID of the contained Annotation SOP Class.public java.lang.String getSOPInstanceUID()
public void setAnnotationPosition(short shAnnotationPosition)
shAnnotationPosition - -short value of Annotation Position.public short getAnnotationPosition()
public void setTextString(java.lang.String strTextString)
strTextString - -String value of Text String.public java.lang.String getTextString()
public boolean validateForModule()
throws InvalidItemException
AnnotationContentSequence that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.