Uses of Class
org.linuxforhealth.fhir.model.resource.VisionPrescription.LensSpecification
- 
Packages that use VisionPrescription.LensSpecification Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of VisionPrescription.LensSpecification in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return VisionPrescription.LensSpecification Modifier and Type Method Description VisionPrescription.LensSpecificationVisionPrescription.LensSpecification.Builder. build()Build theVisionPrescription.LensSpecificationMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type VisionPrescription.LensSpecification Modifier and Type Method Description java.util.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 org.linuxforhealth.fhir.model.resource with parameters of type VisionPrescription.LensSpecification Modifier and Type Method Description protected VisionPrescription.LensSpecification.BuilderVisionPrescription.LensSpecification.Builder. from(VisionPrescription.LensSpecification lensSpecification)VisionPrescription.BuilderVisionPrescription.Builder. lensSpecification(VisionPrescription.LensSpecification... lensSpecification)Contain the details of the individual lens specifications and serves as the authorization for the fullfillment by certified professionals.protected voidVisionPrescription.LensSpecification.Builder. validate(VisionPrescription.LensSpecification lensSpecification)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type VisionPrescription.LensSpecification Modifier and Type Method Description VisionPrescription.BuilderVisionPrescription.Builder. lensSpecification(java.util.Collection<VisionPrescription.LensSpecification> lensSpecification)Contain the details of the individual lens specifications and serves as the authorization for the fullfillment by certified professionals. 
 -