
Uses of Class
org.hl7.fhir.r5.model.InsurancePlan.InsurancePlanPlanSpecificCostComponent
Packages that use InsurancePlan.InsurancePlanPlanSpecificCostComponent
-
Uses of InsurancePlan.InsurancePlanPlanSpecificCostComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InsurancePlan.InsurancePlanPlanSpecificCostComponentModifier and TypeMethodDescriptionJsonParser.parseInsurancePlanPlanSpecificCostComponent
(com.google.gson.JsonObject json) XmlParser.parseInsurancePlanPlanSpecificCostComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type InsurancePlan.InsurancePlanPlanSpecificCostComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeInsurancePlanPlanSpecificCostComponent
(String name, InsurancePlan.InsurancePlanPlanSpecificCostComponent element) protected void
RdfParser.composeInsurancePlanPlanSpecificCostComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InsurancePlan.InsurancePlanPlanSpecificCostComponent element, int index) protected void
XmlParser.composeInsurancePlanPlanSpecificCostComponent
(String name, InsurancePlan.InsurancePlanPlanSpecificCostComponent element) protected void
XmlParser.composeInsurancePlanPlanSpecificCostComponentElements
(InsurancePlan.InsurancePlanPlanSpecificCostComponent element) protected void
JsonParser.composeInsurancePlanPlanSpecificCostComponentProperties
(InsurancePlan.InsurancePlanPlanSpecificCostComponent element) protected boolean
XmlParser.parseInsurancePlanPlanSpecificCostComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan.InsurancePlanPlanSpecificCostComponent res) protected void
JsonParser.parseInsurancePlanPlanSpecificCostComponentProperties
(com.google.gson.JsonObject json, InsurancePlan.InsurancePlanPlanSpecificCostComponent res) -
Uses of InsurancePlan.InsurancePlanPlanSpecificCostComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type InsurancePlan.InsurancePlanPlanSpecificCostComponentModifier and TypeFieldDescriptionInsurancePlan.InsurancePlanPlanComponent.specificCost
Costs associated with the coverage provided by the product.Methods in org.hl7.fhir.r5.model that return InsurancePlan.InsurancePlanPlanSpecificCostComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type InsurancePlan.InsurancePlanPlanSpecificCostComponentMethods in org.hl7.fhir.r5.model with parameters of type InsurancePlan.InsurancePlanPlanSpecificCostComponentModifier and TypeMethodDescriptionInsurancePlan.InsurancePlanPlanComponent.addSpecificCost
(InsurancePlan.InsurancePlanPlanSpecificCostComponent t) void
InsurancePlan.InsurancePlanPlanSpecificCostComponent.copyValues
(InsurancePlan.InsurancePlanPlanSpecificCostComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type InsurancePlan.InsurancePlanPlanSpecificCostComponentModifier and TypeMethodDescriptionInsurancePlan.InsurancePlanPlanComponent.setSpecificCost
(List<InsurancePlan.InsurancePlanPlanSpecificCostComponent> theSpecificCost)