public class TwoDPlaneCoordinatesSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short |
getReferencedHPGLDocumentID()
Retrieves Referenced HPGL Document ID
|
double[] |
getTwoDPlaneIntersection()
Retrieves the 2D Plane Intersection.
|
void |
setReferencedHPGLDocumentID(short shReferencedHPGLDocumentID)
Sets Referenced HPGL Document ID
|
void |
setTwoDPlaneIntersection(double[] dblArrTwoDPlaneIntersection)
Sets the 2D Plane Intersection.
|
boolean |
validateForModule()
Validates all the attributes in TwoDPlaneCoordinatesSequenceItem 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 setTwoDPlaneIntersection(double[] dblArrTwoDPlaneIntersection)
dblArrTwoDPlaneIntersection - Double value of 2D Plane Intersectionpublic double[] getTwoDPlaneIntersection()