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.LensSpecificationVisionPrescription.LensSpecification.Builder. build()Build theVisionPrescription.LensSpecificationMethods in com.ibm.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 com.ibm.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 com.ibm.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.
-