
Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.PlanBenefitComponent
Packages that use InsurancePlan.PlanBenefitComponent
-
Uses of InsurancePlan.PlanBenefitComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return InsurancePlan.PlanBenefitComponentModifier 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) Methods in org.hl7.fhir.r4.formats with parameters of type InsurancePlan.PlanBenefitComponentModifier 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
Fields in org.hl7.fhir.r4.model with type parameters of type InsurancePlan.PlanBenefitComponentModifier and TypeFieldDescriptionprotected List
<InsurancePlan.PlanBenefitComponent> InsurancePlan.InsurancePlanPlanSpecificCostComponent.benefit
List of the specific benefits under this category of benefit.Methods in org.hl7.fhir.r4.model that return InsurancePlan.PlanBenefitComponentModifier 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) Methods in org.hl7.fhir.r4.model that return types with arguments of type InsurancePlan.PlanBenefitComponentModifier and TypeMethodDescriptionInsurancePlan.InsurancePlanPlanSpecificCostComponent.getBenefit()
Methods in org.hl7.fhir.r4.model with parameters of type InsurancePlan.PlanBenefitComponentModifier and TypeMethodDescriptionInsurancePlan.InsurancePlanPlanSpecificCostComponent.addBenefit
(InsurancePlan.PlanBenefitComponent t) void
InsurancePlan.PlanBenefitComponent.copyValues
(InsurancePlan.PlanBenefitComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type InsurancePlan.PlanBenefitComponentModifier and TypeMethodDescriptionInsurancePlan.InsurancePlanPlanSpecificCostComponent.setBenefit
(List<InsurancePlan.PlanBenefitComponent> theBenefit)