public class RefractiveStateSequenceItem extends Item
RefractiveStateSequence.| Modifier and Type | Method and Description |
|---|---|
float |
getCylinderAxis()
Retrieves Axis value in degrees
|
float |
getCylinderLensPower()
Retrieves Cylinder value in diopters
|
SourceofRefractiveMeasurementsCodeSequence |
getSourceofRefractiveMeasurementsCodeSequence()
Retrieves pre-initialized object of Source of Refractive Measurements Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
float |
getSphericalLensPower()
Retrieves Sphere value in diopters
|
void |
setCylinderAxis(float fCylinderAxis)
Sets Axis value in degrees
|
void |
setCylinderLensPower(float fCylinderLensPower)
Sets Cylinder value in diopters
|
void |
setSphericalLensPower(float fSphericalLensPower)
Sets Sphere value in diopters
|
boolean |
validateForModule()
Validates all the attributes in RefractiveStateSequenceItem according the rules defined by the Contour Sequence.
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic void setSphericalLensPower(float fSphericalLensPower)
fSphericalLensPower - Sphere value in diopterspublic float getSphericalLensPower()
public void setCylinderLensPower(float fCylinderLensPower)
fCylinderLensPower - Cylinder value in diopterspublic float getCylinderLensPower()
public void setCylinderAxis(float fCylinderAxis)
fCylinderAxis - Axis value in degreespublic float getCylinderAxis()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public SourceofRefractiveMeasurementsCodeSequence getSourceofRefractiveMeasurementsCodeSequence()