public class TwoDPointCoordinatesSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short |
getReferencedHPGLDocumentID()
Retrieves Referenced HPGL Document ID
|
double[] |
getTwoDPointCoordinates()
Retrieves the 2D Point Coordinates.
|
void |
setReferencedHPGLDocumentID(short shReferencedHPGLDocumentID)
Sets Referenced HPGL Document ID
|
void |
setTwoDPointCoordinates(double[] dblArrTwoDPointCoordinates)
Sets the 2D Point Coordinates.
|
boolean |
validateForModule()
Validates all the attributes in TwoDPointCoordinatesSequenceItem 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 setReferencedHPGLDocumentID(short shReferencedHPGLDocumentID)
shReferencedHPGLDocumentID - short value of Referenced HPGL Document IDpublic short getReferencedHPGLDocumentID()
public void setTwoDPointCoordinates(double[] dblArrTwoDPointCoordinates)
dblArrTwoDPointCoordinates - Double value of 2D Point Coordinatespublic double[] getTwoDPointCoordinates()