Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.PlanBenefitComponent
-
Uses of InsurancePlan.PlanBenefitComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected InsurancePlan.PlanBenefitComponent
JsonParser.parseInsurancePlanPlanBenefitComponent
(com.google.gson.JsonObject json, InsurancePlan owner) protected InsurancePlan.PlanBenefitComponent
XmlParser.parseInsurancePlanPlanBenefitComponent
(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeInsurancePlanPlanBenefitComponent
(String name, InsurancePlan.PlanBenefitComponent element) protected void
RdfParser.composeInsurancePlanPlanBenefitComponent
(Turtle.Complex parent, String parentType, String name, InsurancePlan.PlanBenefitComponent element, int index) protected void
XmlParser.composeInsurancePlanPlanBenefitComponent
(String name, InsurancePlan.PlanBenefitComponent element) protected void
XmlParser.composeInsurancePlanPlanBenefitComponentElements
(InsurancePlan.PlanBenefitComponent element) protected void
JsonParser.composeInsurancePlanPlanBenefitComponentInner
(InsurancePlan.PlanBenefitComponent element) protected boolean
XmlParser.parseInsurancePlanPlanBenefitComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.PlanBenefitComponent res) protected void
JsonParser.parseInsurancePlanPlanBenefitComponentProperties
(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.PlanBenefitComponent res) -
Uses of InsurancePlan.PlanBenefitComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<InsurancePlan.PlanBenefitComponent> InsurancePlan.InsurancePlanPlanSpecificCostComponent.benefit
List of the specific benefits under this category of benefit.Modifier and TypeMethodDescriptionInsurancePlan.InsurancePlanPlanSpecificCostComponent.addBenefit()
InsurancePlan.PlanBenefitComponent.addCost
(InsurancePlan.PlanBenefitCostComponent t) InsurancePlan.PlanBenefitComponent.copy()
InsurancePlan.InsurancePlanPlanSpecificCostComponent.getBenefitFirstRep()
InsurancePlan.PlanBenefitComponent.setCost
(List<InsurancePlan.PlanBenefitCostComponent> theCost) InsurancePlan.PlanBenefitComponent.setType
(CodeableConcept value) Modifier and TypeMethodDescriptionInsurancePlan.InsurancePlanPlanSpecificCostComponent.getBenefit()
Modifier and TypeMethodDescriptionInsurancePlan.InsurancePlanPlanSpecificCostComponent.addBenefit
(InsurancePlan.PlanBenefitComponent t) void
InsurancePlan.PlanBenefitComponent.copyValues
(InsurancePlan.PlanBenefitComponent dst) Modifier and TypeMethodDescriptionInsurancePlan.InsurancePlanPlanSpecificCostComponent.setBenefit
(List<InsurancePlan.PlanBenefitComponent> theBenefit)