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.BenefitInsurancePlan.Coverage.Benefit.Builder. build()Build theInsurancePlan.Coverage.BenefitMethods in com.ibm.fhir.model.resource that return types with arguments of type InsurancePlan.Coverage.Benefit Modifier and Type Method Description java.util.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.BuilderInsurancePlan.Coverage.Builder. benefit(InsurancePlan.Coverage.Benefit... benefit)Specific benefits under this type of coverage.protected InsurancePlan.Coverage.Benefit.BuilderInsurancePlan.Coverage.Benefit.Builder. from(InsurancePlan.Coverage.Benefit benefit)protected voidInsurancePlan.Coverage.Benefit.Builder. validate(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.BuilderInsurancePlan.Coverage.Builder. benefit(java.util.Collection<InsurancePlan.Coverage.Benefit> benefit)Specific benefits under this type of coverage.
-