Skip to main content

HS.FHIR.vSTU3.Model.Resource.VisionPrescription.Dispense

deprecated class HS.FHIR.vSTU3.Model.Resource.VisionPrescription.Dispense extends HS.FHIR.vSTU3.Model.Base.BackboneElement

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
An authorization for the supply of glasses and/or contact lenses to a patient.

Property Inventory

Method Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter JSONTYPEFIELD;
Inherited description: Type property name for JSON export.
parameter XMLNAME = VisionPrescription.Dispense;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.
parameter XMLTYPE = VisionPrescription.Dispense;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property add as HS.FHIR.vSTU3.Model.Datatype.Decimal (XMLNAME = "add", XMLPROJECTION = "ELEMENT");
Power adjustment for multifocal lenses measured in diopters (0.25 units).
Property methods: addGet(), addGetSwizzled(), addIsValid(), addNewObject(), addSet()
property axis as HS.FHIR.vSTU3.Model.Datatype.Integer (XMLNAME = "axis", XMLPROJECTION = "ELEMENT");
Adjustment for astigmatism measured in integer degrees.
Property methods: axisGet(), axisGetSwizzled(), axisIsValid(), axisNewObject(), axisSet()
property backCurve as HS.FHIR.vSTU3.Model.Datatype.Decimal (XMLNAME = "backCurve", XMLPROJECTION = "ELEMENT");
Back curvature measured in millimeters.
Property methods: backCurveGet(), backCurveGetSwizzled(), backCurveIsValid(), backCurveNewObject(), backCurveSet()
property base as HS.FHIR.vSTU3.Model.Base.VisionBase (XMLNAME = "base", XMLPROJECTION = "ELEMENT");
The relative base, or reference lens edge, for the prism.
Property methods: baseGet(), baseGetSwizzled(), baseIsValid(), baseNewObject(), baseSet()
property brand as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "brand", XMLPROJECTION = "ELEMENT");
Brand recommendations or restrictions.
Property methods: brandGet(), brandGetSwizzled(), brandIsValid(), brandNewObject(), brandSet()
property color as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "color", XMLPROJECTION = "ELEMENT");
Special color or pattern.
Property methods: colorGet(), colorGetSwizzled(), colorIsValid(), colorNewObject(), colorSet()
property cylinder as HS.FHIR.vSTU3.Model.Datatype.Decimal (XMLNAME = "cylinder", XMLPROJECTION = "ELEMENT");
Power adjustment for astigmatism measured in diopters (0.25 units).
Property methods: cylinderGet(), cylinderGetSwizzled(), cylinderIsValid(), cylinderNewObject(), cylinderSet()
property diameter as HS.FHIR.vSTU3.Model.Datatype.Decimal (XMLNAME = "diameter", XMLPROJECTION = "ELEMENT");
Contact lens diameter measured in millimeters.
Property methods: diameterGet(), diameterGetSwizzled(), diameterIsValid(), diameterNewObject(), diameterSet()
property duration as HS.FHIR.vSTU3.Model.Base.Quantity (XMLNAME = "duration", XMLPROJECTION = "ELEMENT");
The recommended maximum wear period for the lens.
Property methods: durationGet(), durationGetSwizzled(), durationIsValid(), durationNewObject(), durationSet()
property eye as HS.FHIR.vSTU3.Model.Base.VisionEyes (XMLNAME = "eye", XMLPROJECTION = "ELEMENT");
The eye for which the lens applies.
Property methods: eyeGet(), eyeGetSwizzled(), eyeIsValid(), eyeNewObject(), eyeSet()
property note as list of HS.FHIR.vSTU3.Model.Base.Annotation (XMLNAME = "note", XMLPROJECTION = "ELEMENT");
Notes for special requirements such as coatings and lens materials.
Property methods: noteBuildValueArray(), noteCollectionToDisplay(), noteCollectionToOdbc(), noteDisplayToCollection(), noteGet(), noteGetObject(), noteGetObjectId(), noteGetSwizzled(), noteIsValid(), noteOdbcToCollection(), noteSet(), noteSetObject(), noteSetObjectId()
property power as HS.FHIR.vSTU3.Model.Datatype.Decimal (XMLNAME = "power", XMLPROJECTION = "ELEMENT");
Contact lens power measured in diopters (0.25 units).
Property methods: powerGet(), powerGetSwizzled(), powerIsValid(), powerNewObject(), powerSet()
property prism as HS.FHIR.vSTU3.Model.Datatype.Decimal (XMLNAME = "prism", XMLPROJECTION = "ELEMENT");
Amount of prism to compensate for eye alignment in fractional units.
Property methods: prismGet(), prismGetSwizzled(), prismIsValid(), prismNewObject(), prismSet()
property product as HS.FHIR.vSTU3.Model.Base.CodeableConcept (XMLNAME = "product", XMLPROJECTION = "ELEMENT");
Identifies the type of vision correction product which is required for the patient.
Property methods: productGet(), productGetSwizzled(), productIsValid(), productNewObject(), productSet()
property sphere as HS.FHIR.vSTU3.Model.Datatype.Decimal (XMLNAME = "sphere", XMLPROJECTION = "ELEMENT");
Lens power measured in diopters (0.25 units).
Property methods: sphereGet(), sphereGetSwizzled(), sphereIsValid(), sphereNewObject(), sphereSet()

Methods

deprecated method SetAdd(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "add" property.
deprecated method SetAxis(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "axis" property.
deprecated method SetBackCurve(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "backCurve" property.
deprecated method SetBase(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "base" property.
deprecated method SetBrand(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "brand" property.
deprecated method SetColor(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "color" property.
deprecated method SetCylinder(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "cylinder" property.
deprecated method SetDiameter(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "diameter" property.
deprecated method SetDuration(pValue As %String = "", pComparator As %String = "", pUnit As %String = "", pSystem As %String = "", pCode As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "duration" property.
deprecated method SetEye(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "eye" property.
deprecated method SetPower(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "power" property.
deprecated method SetPrism(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "prism" property.
deprecated method SetProduct(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pText As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "product" property.
deprecated method SetSphere(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "sphere" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab