Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.InsurancePlanPlanSpecificCostComponent
-
Uses of InsurancePlan.InsurancePlanPlanSpecificCostComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseInsurancePlanInsurancePlanPlanSpecificCostComponent
(com.google.gson.JsonObject json, InsurancePlan owner) XmlParser.parseInsurancePlanInsurancePlanPlanSpecificCostComponent
(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeInsurancePlanInsurancePlanPlanSpecificCostComponent
(String name, InsurancePlan.InsurancePlanPlanSpecificCostComponent element) protected void
RdfParser.composeInsurancePlanInsurancePlanPlanSpecificCostComponent
(Turtle.Complex parent, String parentType, String name, InsurancePlan.InsurancePlanPlanSpecificCostComponent element, int index) protected void
XmlParser.composeInsurancePlanInsurancePlanPlanSpecificCostComponent
(String name, InsurancePlan.InsurancePlanPlanSpecificCostComponent element) protected void
XmlParser.composeInsurancePlanInsurancePlanPlanSpecificCostComponentElements
(InsurancePlan.InsurancePlanPlanSpecificCostComponent element) protected void
JsonParser.composeInsurancePlanInsurancePlanPlanSpecificCostComponentInner
(InsurancePlan.InsurancePlanPlanSpecificCostComponent element) protected boolean
XmlParser.parseInsurancePlanInsurancePlanPlanSpecificCostComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.InsurancePlanPlanSpecificCostComponent res) protected void
JsonParser.parseInsurancePlanInsurancePlanPlanSpecificCostComponentProperties
(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.InsurancePlanPlanSpecificCostComponent res) -
Uses of InsurancePlan.InsurancePlanPlanSpecificCostComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionInsurancePlan.InsurancePlanPlanComponent.specificCost
Costs associated with the coverage provided by the product.Modifier and TypeMethodDescriptionInsurancePlan.InsurancePlanPlanSpecificCostComponent.addBenefit
(InsurancePlan.PlanBenefitComponent t) InsurancePlan.InsurancePlanPlanComponent.addSpecificCost()
InsurancePlan.InsurancePlanPlanSpecificCostComponent.copy()
InsurancePlan.InsurancePlanPlanComponent.getSpecificCostFirstRep()
InsurancePlan.InsurancePlanPlanSpecificCostComponent.setBenefit
(List<InsurancePlan.PlanBenefitComponent> theBenefit) InsurancePlan.InsurancePlanPlanSpecificCostComponent.setCategory
(CodeableConcept value) Modifier and TypeMethodDescriptionInsurancePlan.InsurancePlanPlanComponent.addSpecificCost
(InsurancePlan.InsurancePlanPlanSpecificCostComponent t) void
InsurancePlan.InsurancePlanPlanSpecificCostComponent.copyValues
(InsurancePlan.InsurancePlanPlanSpecificCostComponent dst) Modifier and TypeMethodDescriptionInsurancePlan.InsurancePlanPlanComponent.setSpecificCost
(List<InsurancePlan.InsurancePlanPlanSpecificCostComponent> theSpecificCost)