Uses of Class
org.hl7.fhir.r5.model.InsurancePlan.CoverageBenefitComponent
-
Packages that use InsurancePlan.CoverageBenefitComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of InsurancePlan.CoverageBenefitComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InsurancePlan.CoverageBenefitComponent Modifier and Type Method Description protected InsurancePlan.CoverageBenefitComponentJsonParser. parseInsurancePlanCoverageBenefitComponent(com.google.gson.JsonObject json)protected InsurancePlan.CoverageBenefitComponentXmlParser. parseInsurancePlanCoverageBenefitComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of InsurancePlan.CoverageBenefitComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.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.r5.model with type arguments of type InsurancePlan.CoverageBenefitComponent Modifier and Type Method Description InsurancePlan.InsurancePlanCoverageComponentInsurancePlan.InsurancePlanCoverageComponent. setBenefit(List<InsurancePlan.CoverageBenefitComponent> theBenefit)Constructors in org.hl7.fhir.r5.model with parameters of type InsurancePlan.CoverageBenefitComponent Constructor Description InsurancePlanCoverageComponent(CodeableConcept type, InsurancePlan.CoverageBenefitComponent benefit)Constructor
-