Class VisionPrescription.LensSpecification

  • All Implemented Interfaces:
    Visitable
    Enclosing class:
    VisionPrescription

    public static class VisionPrescription.LensSpecification
    extends BackboneElement
    Contain the details of the individual lens specifications and serves as the authorization for the fullfillment by certified professionals.
    • Method Detail

      • getProduct

        public CodeableConcept getProduct()
        Identifies the type of vision correction product which is required for the patient.
        Returns:
        An immutable object of type CodeableConcept that is non-null.
      • getEye

        public VisionEyes getEye()
        The eye for which the lens specification applies.
        Returns:
        An immutable object of type VisionEyes that is non-null.
      • getSphere

        public Decimal getSphere()
        Lens power measured in dioptres (0.25 units).
        Returns:
        An immutable object of type Decimal that may be null.
      • getCylinder

        public Decimal getCylinder()
        Power adjustment for astigmatism measured in dioptres (0.25 units).
        Returns:
        An immutable object of type Decimal that may be null.
      • getAxis

        public Integer getAxis()
        Adjustment for astigmatism measured in integer degrees.
        Returns:
        An immutable object of type Integer that may be null.
      • getAdd

        public Decimal getAdd()
        Power adjustment for multifocal lenses measured in dioptres (0.25 units).
        Returns:
        An immutable object of type Decimal that may be null.
      • getPower

        public Decimal getPower()
        Contact lens power measured in dioptres (0.25 units).
        Returns:
        An immutable object of type Decimal that may be null.
      • getBackCurve

        public Decimal getBackCurve()
        Back curvature measured in millimetres.
        Returns:
        An immutable object of type Decimal that may be null.
      • getDiameter

        public Decimal getDiameter()
        Contact lens diameter measured in millimetres.
        Returns:
        An immutable object of type Decimal that may be null.
      • getDuration

        public SimpleQuantity getDuration()
        The recommended maximum wear period for the lens.
        Returns:
        An immutable object of type SimpleQuantity that may be null.
      • getColor

        public String getColor()
        Special color or pattern.
        Returns:
        An immutable object of type String that may be null.
      • getBrand

        public String getBrand()
        Brand recommendations or restrictions.
        Returns:
        An immutable object of type String that may be null.
      • getNote

        public java.util.List<Annotation> getNote()
        Notes for special requirements such as coatings and lens materials.
        Returns:
        An unmodifiable list containing immutable objects of type Annotation that may be empty.
      • accept

        public void accept​(java.lang.String elementName,
                           int elementIndex,
                           Visitor visitor)
        Description copied from interface: Visitable
        Accept a Visitor and invoke the appropriate visit methods. A typical implementation would look like this:
         if (visitor.preVisit(this)) {
             visitor.visitStart(elementName, elementIndex, this);
             if (visitor.visit(elementName, elementIndex, this)) {
                 // visit children
             }
             visitor.visitEnd(elementName, elementIndex, this);
             visitor.postVisit(this);
         }
         
        Specified by:
        accept in interface Visitable
        Specified by:
        accept in class AbstractVisitable
        Parameters:
        elementName - the name of the element in the context of this visit
        elementIndex - the index of the element in a list or -1 if it is not contained within a List
        visitor - the visitor to use
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object