public class ImplantTemplateGroupMemberMatching2DCoordinatesSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
double[] |
get2DImplantTemplateGroupMemberMatchingAxes()
Retrieves the 2D Implant Template Group Member Matching Axes.
|
double[] |
get2DImplantTemplateGroupMemberMatchingPoint()
Retrieves the 2D Implant Template Group Member Matching Point.
|
short |
getReferencedHPGLDocumentID()
Retrieves Referenced HPGL Document ID
|
void |
set2DImplantTemplateGroupMemberMatchingAxes(double[] dblArr2DImplantTemplateGroupMemberMatchingAxes)
Sets the 2D Implant Template Group Member Matching Axes.
|
void |
set2DImplantTemplateGroupMemberMatchingPoint(double[] dblArr2DImplantTemplateGroupMemberMatchingPoint)
Sets the 2D Implant Template Group Member Matching Point.
|
void |
setReferencedHPGLDocumentID(short shReferencedHPGLDocumentID)
Sets Referenced HPGL Document ID
|
boolean |
validateForModule()
Validates all the attributes in ImplantTemplateGroupMemberMatching2DCoordinatesSequenceItem 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 set2DImplantTemplateGroupMemberMatchingPoint(double[] dblArr2DImplantTemplateGroupMemberMatchingPoint)
dblArr2DImplantTemplateGroupMemberMatchingPoint - Double value of coordinatespublic double[] get2DImplantTemplateGroupMemberMatchingPoint()
public void set2DImplantTemplateGroupMemberMatchingAxes(double[] dblArr2DImplantTemplateGroupMemberMatchingAxes)
dblArr2DImplantTemplateGroupMemberMatchingAxes - Double value of coordinatespublic double[] get2DImplantTemplateGroupMemberMatchingAxes()