Uses of Class
org.hl7.fhir.r4b.model.InsurancePlan.InsurancePlanCoverageComponent
-
Packages that use InsurancePlan.InsurancePlanCoverageComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of InsurancePlan.InsurancePlanCoverageComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return InsurancePlan.InsurancePlanCoverageComponent Modifier and Type Method Description protected InsurancePlan.InsurancePlanCoverageComponentJsonParser. parseInsurancePlanCoverageComponent(com.google.gson.JsonObject json)protected InsurancePlan.InsurancePlanCoverageComponentXmlParser. parseInsurancePlanCoverageComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of InsurancePlan.InsurancePlanCoverageComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type InsurancePlan.InsurancePlanCoverageComponent Modifier and Type Field Description protected List<InsurancePlan.InsurancePlanCoverageComponent>InsurancePlan. coverageDetails about the coverage offered by the insurance product.Methods in org.hl7.fhir.r4b.model that return types with arguments of type InsurancePlan.InsurancePlanCoverageComponent Modifier and Type Method Description List<InsurancePlan.InsurancePlanCoverageComponent>InsurancePlan. getCoverage()Methods in org.hl7.fhir.r4b.model with parameters of type InsurancePlan.InsurancePlanCoverageComponent Modifier and Type Method Description InsurancePlanInsurancePlan. addCoverage(InsurancePlan.InsurancePlanCoverageComponent t)voidInsurancePlan.InsurancePlanCoverageComponent. copyValues(InsurancePlan.InsurancePlanCoverageComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type InsurancePlan.InsurancePlanCoverageComponent Modifier and Type Method Description InsurancePlanInsurancePlan. setCoverage(List<InsurancePlan.InsurancePlanCoverageComponent> theCoverage)
-