Uses of Class
com.ibm.fhir.model.resource.VisionPrescription.LensSpecification
-
Packages that use VisionPrescription.LensSpecification Package Description com.ibm.fhir.model.resource -
-
Uses of VisionPrescription.LensSpecification in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return VisionPrescription.LensSpecification Modifier and Type Method Description VisionPrescription.LensSpecification
VisionPrescription.LensSpecification.Builder. build()
Build theVisionPrescription.LensSpecification
Methods in com.ibm.fhir.model.resource that return types with arguments of type VisionPrescription.LensSpecification Modifier and Type Method Description List<VisionPrescription.LensSpecification>
VisionPrescription. getLensSpecification()
Contain the details of the individual lens specifications and serves as the authorization for the fullfillment by certified professionals.Methods in com.ibm.fhir.model.resource with parameters of type VisionPrescription.LensSpecification Modifier and Type Method Description protected VisionPrescription.LensSpecification.Builder
VisionPrescription.LensSpecification.Builder. from(VisionPrescription.LensSpecification lensSpecification)
VisionPrescription.Builder
VisionPrescription.Builder. lensSpecification(VisionPrescription.LensSpecification... lensSpecification)
Contain the details of the individual lens specifications and serves as the authorization for the fullfillment by certified professionals.Method parameters in com.ibm.fhir.model.resource with type arguments of type VisionPrescription.LensSpecification Modifier and Type Method Description VisionPrescription.Builder
VisionPrescription.Builder. lensSpecification(Collection<VisionPrescription.LensSpecification> lensSpecification)
Contain the details of the individual lens specifications and serves as the authorization for the fullfillment by certified professionals.
-