public class SteepKeratometricAxisSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
double |
getKeratometricAxis()
Retrieves the Radius of Curvature.
|
double |
getKeratometricPower()
Retrieves the Keratometric Power.
|
double |
getRadiusofCurvature()
Retrieves the Radius of Curvature.
|
void |
setKeratometricAxis(double dblKeratometricAxis)
Sets the Keratometric Axis.
|
void |
setKeratometricPower(double dblKeratometricPower)
Sets the Keratometric Power.
|
void |
setRadiusofCurvature(double dblRadiusofCurvature)
Sets the Radius of Curvature.
|
boolean |
validateForModule()
Validates all the attributes in SteepKeratometricAxisSequenceItem 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 setRadiusofCurvature(double dblRadiusofCurvature)
dblRadiusofCurvature - Double value of Radius of Curvaturepublic double getRadiusofCurvature()
public void setKeratometricPower(double dblKeratometricPower)
dblKeratometricPower - Double value of Keratometric Powerpublic double getKeratometricPower()
public void setKeratometricAxis(double dblKeratometricAxis)
dblKeratometricAxis - Double value of Keratometric Axispublic double getKeratometricAxis()