public class TwoDDegreeOfFreedomSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
double[] |
getRangeofFreedom()
Retrieves the Range of Freedom.
|
short |
getReferencedHPGLDocumentID()
Retrieves Referenced HPGL Document ID.
|
double[] |
getTwoDDegreeofFreedomAxis()
Retrieves the 2D Degree of Freedom Axis.
|
void |
setRangeofFreedom(double[] dblArrRangeofFreedom)
Sets the Range of Freedom.
|
void |
setReferencedHPGLDocumentID(short shReferencedHPGLDocumentID)
Sets Referenced HPGL Document ID.
|
void |
setTwoDDegreeofFreedomAxis(double[] dblArrTwoDDegreeofFreedomAxis)
Sets the 2D Degree of Freedom Axis.
|
boolean |
validateForModule()
Validates all the attributes in TwoDDegreeOfFreedomSequenceItem 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 setTwoDDegreeofFreedomAxis(double[] dblArrTwoDDegreeofFreedomAxis)
dblArrTwoDDegreeofFreedomAxis - Double value of 2D Degree of Freedom Axispublic double[] getTwoDDegreeofFreedomAxis()
public void setRangeofFreedom(double[] dblArrRangeofFreedom)
dblArrRangeofFreedom - Double value of Range of Freedompublic double[] getRangeofFreedom()