Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.InsurancePlanCoverageComponent
-
Packages that use InsurancePlan.InsurancePlanCoverageComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of InsurancePlan.InsurancePlanCoverageComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return InsurancePlan.InsurancePlanCoverageComponent Modifier and Type Method Description protected InsurancePlan.InsurancePlanCoverageComponentJsonParser. parseInsurancePlanInsurancePlanCoverageComponent(com.google.gson.JsonObject json, InsurancePlan owner)protected InsurancePlan.InsurancePlanCoverageComponentXmlParser. parseInsurancePlanInsurancePlanCoverageComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) -
Uses of InsurancePlan.InsurancePlanCoverageComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.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.r4.model with type arguments of type InsurancePlan.InsurancePlanCoverageComponent Modifier and Type Method Description InsurancePlanInsurancePlan. setCoverage(List<InsurancePlan.InsurancePlanCoverageComponent> theCoverage)
-