Skip to main content

HS.FHIR.DTL.vSTU3.Model.Element.VisionPrescription.dispense

class HS.FHIR.DTL.vSTU3.Model.Element.VisionPrescription.dispense extends HS.FHIR.DTL.vSTU3.Model.Base.BackboneElement

Vision supply authorization.

Property 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 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 XMLPROJECTION = ELEMENT;
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 %Decimal (XMLNAME = "add", XMLPROJECTION = "ATTRIBUTE");
decimal

Lens add.

Property methods: addDisplayToLogical(), addGet(), addIsValid(), addLogicalToDisplay(), addNormalize(), addSet(), addXSDToLogical()
property axis as %Integer (XMLNAME = "axis", XMLPROJECTION = "ATTRIBUTE");
integer

Lens axis.

Property methods: axisDisplayToLogical(), axisGet(), axisIsValid(), axisLogicalToDisplay(), axisNormalize(), axisSet(), axisXSDToLogical()
property backCurve as %Decimal (XMLNAME = "backCurve", XMLPROJECTION = "ATTRIBUTE");
decimal

Contact lens back curvature.

Property methods: backCurveDisplayToLogical(), backCurveGet(), backCurveIsValid(), backCurveLogicalToDisplay(), backCurveNormalize(), backCurveSet(), backCurveXSDToLogical()
property base as %String (MAXLEN = 1000000, XMLNAME = "base", XMLPROJECTION = "ATTRIBUTE");
code

up | down | in | out

vision-base-codes is the REQUIRED FHIR3 ValueSet for codes; you may NOT extend vision-base-codes and you may NOT use codes from other ValueSets.

Property methods: baseDisplayToLogical(), baseGet(), baseIsValid(), baseLogicalToDisplay(), baseLogicalToOdbc(), baseNormalize(), baseSet()
property brand as %String (MAXLEN = 1000000, XMLNAME = "brand", XMLPROJECTION = "ATTRIBUTE");
string

Brand required.

Property methods: brandDisplayToLogical(), brandGet(), brandIsValid(), brandLogicalToDisplay(), brandLogicalToOdbc(), brandNormalize(), brandSet()
property color as %String (MAXLEN = 1000000, XMLNAME = "color", XMLPROJECTION = "ATTRIBUTE");
string

Color required.

Property methods: colorDisplayToLogical(), colorGet(), colorIsValid(), colorLogicalToDisplay(), colorLogicalToOdbc(), colorNormalize(), colorSet()
property cylinder as %Decimal (XMLNAME = "cylinder", XMLPROJECTION = "ATTRIBUTE");
decimal

Lens cylinder.

Property methods: cylinderDisplayToLogical(), cylinderGet(), cylinderIsValid(), cylinderLogicalToDisplay(), cylinderNormalize(), cylinderSet(), cylinderXSDToLogical()
property diameter as %Decimal (XMLNAME = "diameter", XMLPROJECTION = "ATTRIBUTE");
decimal

Contact lens diameter.

Property methods: diameterDisplayToLogical(), diameterGet(), diameterIsValid(), diameterLogicalToDisplay(), diameterNormalize(), diameterSet(), diameterXSDToLogical()
property duration as HS.FHIR.DTL.vSTU3.Model.Datatype.SimpleQuantity (XMLNAME = "duration", XMLPROJECTION = "ELEMENT");
SimpleQuantity

Lens wear duration.

Property methods: durationGet(), durationGetSwizzled(), durationIsValid(), durationNewObject(), durationSet()
property eye as %String (MAXLEN = 1000000, XMLNAME = "eye", XMLPROJECTION = "ATTRIBUTE");
code

right | left

vision-eye-codes is the REQUIRED FHIR3 ValueSet for codes; you may NOT extend vision-eye-codes and you may NOT use codes from other ValueSets.

Property methods: eyeDisplayToLogical(), eyeGet(), eyeIsValid(), eyeLogicalToDisplay(), eyeLogicalToOdbc(), eyeNormalize(), eyeSet()
property note as list of HS.FHIR.DTL.vSTU3.Model.Datatype.Annotation (XMLNAME = "note", XMLPROJECTION = "ELEMENT");
Annotation

Notes for coatings.

Property methods: noteBuildValueArray(), noteCollectionToDisplay(), noteCollectionToOdbc(), noteDisplayToCollection(), noteGet(), noteGetObject(), noteGetObjectId(), noteGetSwizzled(), noteIsValid(), noteOdbcToCollection(), noteSet(), noteSetObject(), noteSetObjectId()
property power as %Decimal (XMLNAME = "power", XMLPROJECTION = "ATTRIBUTE");
decimal

Contact lens power.

Property methods: powerDisplayToLogical(), powerGet(), powerIsValid(), powerLogicalToDisplay(), powerNormalize(), powerSet(), powerXSDToLogical()
property prism as %Decimal (XMLNAME = "prism", XMLPROJECTION = "ATTRIBUTE");
decimal

Lens prism.

Property methods: prismDisplayToLogical(), prismGet(), prismIsValid(), prismLogicalToDisplay(), prismNormalize(), prismSet(), prismXSDToLogical()
property product as HS.FHIR.DTL.vSTU3.Model.Datatype.CodeableConcept (XMLNAME = "product", XMLPROJECTION = "ELEMENT");
CodeableConcept

Product to be supplied.

any FHIR3 code may be used; vision-product shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: productGet(), productGetSwizzled(), productIsValid(), productNewObject(), productSet()
property sphere as %Decimal (XMLNAME = "sphere", XMLPROJECTION = "ATTRIBUTE");
decimal

Lens sphere.

Property methods: sphereDisplayToLogical(), sphereGet(), sphereIsValid(), sphereLogicalToDisplay(), sphereNormalize(), sphereSet(), sphereXSDToLogical()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab