Uses of Class
org.hl7.fhir.r5.model.InsurancePlan.PlanBenefitComponent
-
Uses of InsurancePlan.PlanBenefitComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected InsurancePlan.PlanBenefitComponent
JsonParser.parseInsurancePlanPlanBenefitComponent
(com.google.gson.JsonObject json) protected InsurancePlan.PlanBenefitComponent
XmlParser.parseInsurancePlanPlanBenefitComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
RdfParser.composeInsurancePlanPlanBenefitComponent
(org.hl7.fhir.utilities.turtle.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.composePlanBenefitComponent
(String name, InsurancePlan.PlanBenefitComponent element) protected void
JsonParser.composePlanBenefitComponentProperties
(InsurancePlan.PlanBenefitComponent element) protected boolean
XmlParser.parseInsurancePlanPlanBenefitComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan.PlanBenefitComponent res) protected void
JsonParser.parseInsurancePlanPlanBenefitComponentProperties
(com.google.gson.JsonObject json, InsurancePlan.PlanBenefitComponent res) -
Uses of InsurancePlan.PlanBenefitComponent in org.hl7.fhir.r5.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)