Uses of Class
org.linuxforhealth.fhir.model.resource.InsurancePlan.Coverage.Benefit
-
Packages that use InsurancePlan.Coverage.Benefit Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of InsurancePlan.Coverage.Benefit in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.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 org.linuxforhealth.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 org.linuxforhealth.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)
protected void
InsurancePlan.Coverage.Benefit.Builder. validate(InsurancePlan.Coverage.Benefit benefit)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type InsurancePlan.Coverage.Benefit Modifier and Type Method Description InsurancePlan.Coverage.Builder
InsurancePlan.Coverage.Builder. benefit(java.util.Collection<InsurancePlan.Coverage.Benefit> benefit)
Specific benefits under this type of coverage.
-