Class TVisionPrescriptionDispense

Unit

Declaration

type TVisionPrescriptionDispense = class(TBackboneElement)

Description

An authorization for the supply of glasses and/or contact lenses to a patient.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property product : TCodeableConcept read Getproduct write Setproduct;
Public property eye : string read Geteye write Seteye;
Public property eyeElement : TVisionEyes read GeteyeElement write SeteyeElement;
Public property sphere : Double read Getsphere write Setsphere;
Public property sphereElement : Tdecimal read GetsphereElement write SetsphereElement;
Public property cylinder : Double read Getcylinder write Setcylinder;
Public property cylinderElement : Tdecimal read GetcylinderElement write SetcylinderElement;
Public property axis : integer read Getaxis write Setaxis;
Public property axisElement : Tinteger read GetaxisElement write SetaxisElement;
Public property prism : Double read Getprism write Setprism;
Public property prismElement : Tdecimal read GetprismElement write SetprismElement;
Public property base : string read Getbase write Setbase;
Public property baseElement : TVisionBase read GetbaseElement write SetbaseElement;
Public property add : Double read Getadd write Setadd;
Public property addElement : Tdecimal read GetaddElement write SetaddElement;
Public property power : Double read Getpower write Setpower;
Public property powerElement : Tdecimal read GetpowerElement write SetpowerElement;
Public property backCurve : Double read GetbackCurve write SetbackCurve;
Public property backCurveElement : Tdecimal read GetbackCurveElement write SetbackCurveElement;
Public property diameter : Double read Getdiameter write Setdiameter;
Public property diameterElement : Tdecimal read GetdiameterElement write SetdiameterElement;
Public property duration : TQuantity read Getduration write Setduration;
Public property color : string read Getcolor write Setcolor;
Public property colorElement : Tstring read GetcolorElement write SetcolorElement;
Public property brand : string read Getbrand write Setbrand;
Public property brandElement : Tstring read GetbrandElement write SetbrandElement;
Public property note : TAnnotationArray read GetnoteArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property product : TCodeableConcept read Getproduct write Setproduct;

Identifies the type of vision correction product which is required for the patient.

Public property eye : string read Geteye write Seteye;

The eye for which the lens applies.

Public property eyeElement : TVisionEyes read GeteyeElement write SeteyeElement;
 
Public property sphere : Double read Getsphere write Setsphere;

Lens power measured in diopters (0.25 units).

Public property sphereElement : Tdecimal read GetsphereElement write SetsphereElement;
 
Public property cylinder : Double read Getcylinder write Setcylinder;

Power adjustment for astigmatism measured in diopters (0.25 units).

Public property cylinderElement : Tdecimal read GetcylinderElement write SetcylinderElement;
 
Public property axis : integer read Getaxis write Setaxis;

Adjustment for astigmatism measured in integer degrees.

Public property axisElement : Tinteger read GetaxisElement write SetaxisElement;
 
Public property prism : Double read Getprism write Setprism;

Amount of prism to compensate for eye alignment in fractional units.

Public property prismElement : Tdecimal read GetprismElement write SetprismElement;
 
Public property base : string read Getbase write Setbase;

The relative base, or reference lens edge, for the prism.

Public property baseElement : TVisionBase read GetbaseElement write SetbaseElement;
 
Public property add : Double read Getadd write Setadd;

Power adjustment for multifocal lenses measured in diopters (0.25 units).

Public property addElement : Tdecimal read GetaddElement write SetaddElement;
 
Public property power : Double read Getpower write Setpower;

Contact lens power measured in diopters (0.25 units).

Public property powerElement : Tdecimal read GetpowerElement write SetpowerElement;
 
Public property backCurve : Double read GetbackCurve write SetbackCurve;

Back curvature measured in millimeters.

Public property backCurveElement : Tdecimal read GetbackCurveElement write SetbackCurveElement;
 
Public property diameter : Double read Getdiameter write Setdiameter;

Contact lens diameter measured in millimeters.

Public property diameterElement : Tdecimal read GetdiameterElement write SetdiameterElement;
 
Public property duration : TQuantity read Getduration write Setduration;

The recommended maximum wear period for the lens.

Public property color : string read Getcolor write Setcolor;

Special color or pattern.

Public property colorElement : Tstring read GetcolorElement write SetcolorElement;
 
Public property brand : string read Getbrand write Setbrand;

Brand recommendations or restrictions.

Public property brandElement : Tstring read GetbrandElement write SetbrandElement;
 
Public property note : TAnnotationArray read GetnoteArray;

Notes for special requirements such as coatings and lens materials.


Generated by PasDoc 0.15.0.