public class RefractiveParametersUsedonPatientSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
float |
getCylinderAxis()
Retrieves Cylinder Axis value in diopters
|
float |
getCylinderLensPower()
Retrieves Cylinder Lens Power value in diopters
|
float |
getSphericalLensPower()
Retrieves Sphere value in diopters
|
void |
setCylinderAxis(float fCylinderAxis)
Sets CylinderAxis value in diopters
|
void |
setCylinderLensPower(float fCylinderLensPower)
Sets CylinderLensPower value in diopters
|
void |
setSphericalLensPower(float fSphericalLensPower)
Sets Sphere value in diopters
|
boolean |
validateForModule()
Validates all the attributes in RefractiveParametersUsedonPatientSequenceItem 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 Conditional element fails.public void setSphericalLensPower(float fSphericalLensPower)
fSphericalLensPower - Float value of the Ratio of displayed pixels to source pixelspublic float getSphericalLensPower()
public void setCylinderLensPower(float fCylinderLensPower)
fCylinderLensPower - Float value of the Ratio of displayed pixels to source pixelspublic float getCylinderLensPower()
public void setCylinderAxis(float fCylinderAxis)
fCylinderAxis - Float value of the Ratio of displayed pixels to source pixelspublic float getCylinderAxis()