Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.InsurancePlanCoverageComponent
-
Uses of InsurancePlan.InsurancePlanCoverageComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseInsurancePlanInsurancePlanCoverageComponent
(com.google.gson.JsonObject json, InsurancePlan owner) XmlParser.parseInsurancePlanInsurancePlanCoverageComponent
(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeInsurancePlanInsurancePlanCoverageComponent
(String name, InsurancePlan.InsurancePlanCoverageComponent element) protected void
RdfParser.composeInsurancePlanInsurancePlanCoverageComponent
(Turtle.Complex parent, String parentType, String name, InsurancePlan.InsurancePlanCoverageComponent element, int index) protected void
XmlParser.composeInsurancePlanInsurancePlanCoverageComponent
(String name, InsurancePlan.InsurancePlanCoverageComponent element) protected void
XmlParser.composeInsurancePlanInsurancePlanCoverageComponentElements
(InsurancePlan.InsurancePlanCoverageComponent element) protected void
JsonParser.composeInsurancePlanInsurancePlanCoverageComponentInner
(InsurancePlan.InsurancePlanCoverageComponent element) protected boolean
XmlParser.parseInsurancePlanInsurancePlanCoverageComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.InsurancePlanCoverageComponent res) protected void
JsonParser.parseInsurancePlanInsurancePlanCoverageComponentProperties
(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.InsurancePlanCoverageComponent res) -
Uses of InsurancePlan.InsurancePlanCoverageComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<InsurancePlan.InsurancePlanCoverageComponent> InsurancePlan.coverage
Details about the coverage offered by the insurance product.Modifier and TypeMethodDescriptionInsurancePlan.InsurancePlanCoverageComponent.addBenefit
(InsurancePlan.CoverageBenefitComponent t) InsurancePlan.addCoverage()
InsurancePlan.InsurancePlanCoverageComponent.addNetwork
(Reference t) InsurancePlan.InsurancePlanCoverageComponent.copy()
InsurancePlan.getCoverageFirstRep()
InsurancePlan.InsurancePlanCoverageComponent.setBenefit
(List<InsurancePlan.CoverageBenefitComponent> theBenefit) InsurancePlan.InsurancePlanCoverageComponent.setNetwork
(List<Reference> theNetwork) InsurancePlan.InsurancePlanCoverageComponent.setType
(CodeableConcept value) Modifier and TypeMethodDescriptionInsurancePlan.addCoverage
(InsurancePlan.InsurancePlanCoverageComponent t) void
InsurancePlan.InsurancePlanCoverageComponent.copyValues
(InsurancePlan.InsurancePlanCoverageComponent dst) Modifier and TypeMethodDescriptionInsurancePlan.setCoverage
(List<InsurancePlan.InsurancePlanCoverageComponent> theCoverage)