
Uses of Class
org.hl7.fhir.r5.model.InsurancePlan.InsurancePlanCoverageComponent
Packages that use InsurancePlan.InsurancePlanCoverageComponent
-
Uses of InsurancePlan.InsurancePlanCoverageComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InsurancePlan.InsurancePlanCoverageComponentModifier and TypeMethodDescriptionJsonParser.parseInsurancePlanCoverageComponent
(com.google.gson.JsonObject json) XmlParser.parseInsurancePlanCoverageComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type InsurancePlan.InsurancePlanCoverageComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeInsurancePlanCoverageComponent
(String name, InsurancePlan.InsurancePlanCoverageComponent element) protected void
RdfParser.composeInsurancePlanCoverageComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InsurancePlan.InsurancePlanCoverageComponent element, int index) protected void
XmlParser.composeInsurancePlanCoverageComponent
(String name, InsurancePlan.InsurancePlanCoverageComponent element) protected void
XmlParser.composeInsurancePlanCoverageComponentElements
(InsurancePlan.InsurancePlanCoverageComponent element) protected void
JsonParser.composeInsurancePlanCoverageComponentProperties
(InsurancePlan.InsurancePlanCoverageComponent element) protected boolean
XmlParser.parseInsurancePlanCoverageComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan.InsurancePlanCoverageComponent res) protected void
JsonParser.parseInsurancePlanCoverageComponentProperties
(com.google.gson.JsonObject json, InsurancePlan.InsurancePlanCoverageComponent res) -
Uses of InsurancePlan.InsurancePlanCoverageComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type InsurancePlan.InsurancePlanCoverageComponentModifier and TypeFieldDescriptionprotected List
<InsurancePlan.InsurancePlanCoverageComponent> InsurancePlan.coverage
Details about the coverage offered by the insurance product.Methods in org.hl7.fhir.r5.model that return InsurancePlan.InsurancePlanCoverageComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type InsurancePlan.InsurancePlanCoverageComponentMethods in org.hl7.fhir.r5.model with parameters of type InsurancePlan.InsurancePlanCoverageComponentModifier and TypeMethodDescriptionInsurancePlan.addCoverage
(InsurancePlan.InsurancePlanCoverageComponent t) void
InsurancePlan.InsurancePlanCoverageComponent.copyValues
(InsurancePlan.InsurancePlanCoverageComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type InsurancePlan.InsurancePlanCoverageComponentModifier and TypeMethodDescriptionInsurancePlan.setCoverage
(List<InsurancePlan.InsurancePlanCoverageComponent> theCoverage)