Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.CoverageBenefitComponent
-
Packages that use InsurancePlan.CoverageBenefitComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of InsurancePlan.CoverageBenefitComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return InsurancePlan.CoverageBenefitComponent Modifier and Type Method Description protected InsurancePlan.CoverageBenefitComponentJsonParser. parseInsurancePlanCoverageBenefitComponent(com.google.gson.JsonObject json, InsurancePlan owner)protected InsurancePlan.CoverageBenefitComponentXmlParser. parseInsurancePlanCoverageBenefitComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) -
Uses of InsurancePlan.CoverageBenefitComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type InsurancePlan.CoverageBenefitComponent Modifier and Type Field Description protected List<InsurancePlan.CoverageBenefitComponent>InsurancePlan.InsurancePlanCoverageComponent. benefitSpecific benefits under this type of coverage.Methods in org.hl7.fhir.r4.model that return types with arguments of type InsurancePlan.CoverageBenefitComponent Modifier and Type Method Description List<InsurancePlan.CoverageBenefitComponent>InsurancePlan.InsurancePlanCoverageComponent. getBenefit()Methods in org.hl7.fhir.r4.model with parameters of type InsurancePlan.CoverageBenefitComponent Modifier and Type Method Description InsurancePlan.InsurancePlanCoverageComponentInsurancePlan.InsurancePlanCoverageComponent. addBenefit(InsurancePlan.CoverageBenefitComponent t)voidInsurancePlan.CoverageBenefitComponent. copyValues(InsurancePlan.CoverageBenefitComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type InsurancePlan.CoverageBenefitComponent Modifier and Type Method Description InsurancePlan.InsurancePlanCoverageComponentInsurancePlan.InsurancePlanCoverageComponent. setBenefit(List<InsurancePlan.CoverageBenefitComponent> theBenefit)
-