Uses of Class
com.ibm.fhir.model.resource.InsurancePlan.Coverage
-
Packages that use InsurancePlan.Coverage Package Description com.ibm.fhir.model.resource -
-
Uses of InsurancePlan.Coverage in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return InsurancePlan.Coverage Modifier and Type Method Description InsurancePlan.CoverageInsurancePlan.Coverage.Builder. build()Build theInsurancePlan.CoverageMethods in com.ibm.fhir.model.resource that return types with arguments of type InsurancePlan.Coverage Modifier and Type Method Description List<InsurancePlan.Coverage>InsurancePlan. getCoverage()Details about the coverage offered by the insurance product.Methods in com.ibm.fhir.model.resource with parameters of type InsurancePlan.Coverage Modifier and Type Method Description InsurancePlan.BuilderInsurancePlan.Builder. coverage(InsurancePlan.Coverage... coverage)Details about the coverage offered by the insurance product.protected InsurancePlan.Coverage.BuilderInsurancePlan.Coverage.Builder. from(InsurancePlan.Coverage coverage)Method parameters in com.ibm.fhir.model.resource with type arguments of type InsurancePlan.Coverage Modifier and Type Method Description InsurancePlan.BuilderInsurancePlan.Builder. coverage(Collection<InsurancePlan.Coverage> coverage)Details about the coverage offered by the insurance product.
-