public class AutorefractionRightEyeSequenceItem extends CylinderSequenceMacroDependentItem
| Modifier and Type | Method and Description |
|---|---|
double |
getCornealSize()
Retrieves the Corneal Size.
|
double |
getPupilSize()
Retrieves the Pupil Size.
|
double |
getSpherePower()
Retrieves the value of Sphere Power.
|
void |
setCornealSize(double dblCornealSize)
Sets the Corneal Size.
|
void |
setPupilSize(double dblPupilSize)
Sets the Pupil Size.
|
void |
setSpherePower(double dblSpherePower)
Sets the Sphere Power.
|
boolean |
validateForModule()
Validates all the attributes in
AutorefractionRightEyeSequenceItem that are present in the DataSet. |
getCylinderSequenceMacroaddDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
AutorefractionRightEyeSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class CylinderSequenceMacroDependentItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setSpherePower(double dblSpherePower)
dblSpherePower- - Double value of Sphere Powerpublic double getSpherePower()
public void setPupilSize(double dblPupilSize)
dblPupilSize- - Double value of PupilSizepublic double getPupilSize()
public void setCornealSize(double dblCornealSize)
dblCornealSize- - Double value of Corneal Sizepublic double getCornealSize()