Class TVisionPrescriptionLensSpecification
Unit
bsFhir_r5
Declaration
type TVisionPrescriptionLensSpecification = class(TBackboneElement)
Description
An authorization for the provision of glasses and/or contact lenses to a patient.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property product : TCodeableConcept read Getproduct write Setproduct; |
Identifies the type of vision correction product which is required for the patient.
|
|
property eye : string read Geteye write Seteye; |
The eye for which the lens specification applies.
|
|
property eyeElement : TVisionEyes read GeteyeElement write SeteyeElement; |
|
|
property sphere : Double read Getsphere write Setsphere; |
Lens power measured in dioptres (0.25 units).
|
|
property sphereElement : Tdecimal read GetsphereElement write SetsphereElement; |
|
|
property cylinder : Double read Getcylinder write Setcylinder; |
Power adjustment for astigmatism measured in dioptres (0.25 units).
|
|
property cylinderElement : Tdecimal read GetcylinderElement write SetcylinderElement; |
|
|
property axis : integer read Getaxis write Setaxis; |
Adjustment for astigmatism measured in integer degrees.
|
|
property axisElement : Tinteger read GetaxisElement write SetaxisElement; |
|
|
property add : Double read Getadd write Setadd; |
Power adjustment for multifocal lenses measured in dioptres (0.25 units).
|
|
property addElement : Tdecimal read GetaddElement write SetaddElement; |
|
|
property power : Double read Getpower write Setpower; |
Contact lens power measured in dioptres (0.25 units).
|
|
property powerElement : Tdecimal read GetpowerElement write SetpowerElement; |
|
|
property backCurve : Double read GetbackCurve write SetbackCurve; |
Back curvature measured in millimetres.
|
|
property backCurveElement : Tdecimal read GetbackCurveElement write SetbackCurveElement; |
|
|
property diameter : Double read Getdiameter write Setdiameter; |
Contact lens diameter measured in millimetres.
|
|
property diameterElement : Tdecimal read GetdiameterElement write SetdiameterElement; |
|
|
property duration : TQuantity read Getduration write Setduration; |
The recommended maximum wear period for the lens.
|
|
property color : string read Getcolor write Setcolor; |
Special color or pattern.
|
|
property colorElement : Tstring read GetcolorElement write SetcolorElement; |
|
|
property brand : string read Getbrand write Setbrand; |
Brand recommendations or restrictions.
|
|
property brandElement : Tstring read GetbrandElement write SetbrandElement; |
|
|
property note : TAnnotationArray read GetnoteArray; |
Notes for special requirements such as coatings and lens materials.
|
Generated by PasDoc 0.15.0.
|