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