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.LensSpecification
VisionPrescription.LensSpecification.Builder. build()
Build theVisionPrescription.LensSpecification
Methods 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.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.protected void
VisionPrescription.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.Builder
VisionPrescription.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.
-