Uses of Class
com.ibm.fhir.model.resource.InsurancePlan.Coverage.Benefit
-
Packages that use InsurancePlan.Coverage.Benefit Package Description com.ibm.fhir.model.resource -
-
Uses of InsurancePlan.Coverage.Benefit in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return InsurancePlan.Coverage.Benefit Modifier and Type Method Description InsurancePlan.Coverage.Benefit
InsurancePlan.Coverage.Benefit.Builder. build()
Build theInsurancePlan.Coverage.Benefit
Methods in com.ibm.fhir.model.resource that return types with arguments of type InsurancePlan.Coverage.Benefit Modifier and Type Method Description List<InsurancePlan.Coverage.Benefit>
InsurancePlan.Coverage. getBenefit()
Specific benefits under this type of coverage.Methods in com.ibm.fhir.model.resource with parameters of type InsurancePlan.Coverage.Benefit Modifier and Type Method Description InsurancePlan.Coverage.Builder
InsurancePlan.Coverage.Builder. benefit(InsurancePlan.Coverage.Benefit... benefit)
Specific benefits under this type of coverage.protected InsurancePlan.Coverage.Benefit.Builder
InsurancePlan.Coverage.Benefit.Builder. from(InsurancePlan.Coverage.Benefit benefit)
Method parameters in com.ibm.fhir.model.resource with type arguments of type InsurancePlan.Coverage.Benefit Modifier and Type Method Description InsurancePlan.Coverage.Builder
InsurancePlan.Coverage.Builder. benefit(Collection<InsurancePlan.Coverage.Benefit> benefit)
Specific benefits under this type of coverage.
-