public class SourceImageCornealProcessedDataSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
float |
getAxialPower()
Retrieves the Axial Power
|
float[] |
getCornealPointLocation()
Retrieves Corneal Point Location.
|
float |
getCornealWavefront()
Retrieves the Corneal Wave front.
|
short |
getRefractivePower()
Retrieves RRefractivePower
|
short |
getRelativeElevation()
Retrieves RRefractivePower
|
float |
getTangentialPower()
Retrieves the Tangential Power
|
java.lang.String |
getValueType()
Retrieves type of the value encoded in this Item
|
void |
setAxialPower(float fAxialPower)
Sets the Ratio of displayed pixels to source pixels,specified in one dimension.
|
void |
setCornealPointEstimated(EnumCornealPointEstimated enumCornealPointEstimated)
Sets the Corneal Point Estimated Defined in Terms of Enum
Enumerated Values:
Y Yes
N No
|
void |
setCornealPointLocation(float[] arrCornealPointLocation)
Sets Corneal Point Location
The x, y, and z coordinate of a point in the image within the cornea, in mm.
|
void |
setCornealWavefront(float fCornealWavefront)
Sets CornealWavefront.
|
void |
setRefractivePower(short shRefractivePower)
Sets RefractivePower
Conveys the optical refraction properties of the cornea, in diopters.
|
void |
setRelativeElevation(short shRelativeElevation)
Sets RelativeElevation
Relative elevation, in micrometers, is calculated from the corneal surface distance from a reference surface (i.e., a sphere or ellipsoid)
that intersects the corneal vertex
|
void |
setTangentialPower(float fTangentialPower)
Sets Determined from the curvature (2nd derivative = d2y/dx2) of a point on the cornea,
in diopters; also called Instantaneous Power.
|
boolean |
validateForModule()
Validates all the attributes in SourceImageCornealProcessedDataSequenceItem 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 setCornealPointLocation(float[] arrCornealPointLocation)
arrCornealPointLocation - pair of floating point numberspublic float[] getCornealPointLocation()
public void setCornealPointEstimated(EnumCornealPointEstimated enumCornealPointEstimated)
enumCornealPointEstimated - Specifies type of the value encoded in this Itempublic java.lang.String getValueType()
public void setAxialPower(float fAxialPower)
fAxialPower - Float value of the Ratio of displayed pixels to source pixelspublic float getAxialPower()
public void setTangentialPower(float fTangentialPower)
TangentialPower - Float value of the Ratio of displayed pixels to source pixelspublic float getTangentialPower()
public void setRefractivePower(short shRefractivePower)
shRefractivePower - short value of Rotation of right image.public short getRefractivePower()
public void setRelativeElevation(short shRelativeElevation)
shRefractivePower - short value of Rotation of right image.public short getRelativeElevation()
public void setCornealWavefront(float fCornealWavefront)
fCornealWavefront - Float value of the Ratio of displayed pixels to source pixelspublic float getCornealWavefront()