
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 voidJsonParser.composeInsurancePlanPlanSpecificCostComponent(String name, InsurancePlan.InsurancePlanPlanSpecificCostComponent element) protected voidRdfParser.composeInsurancePlanPlanSpecificCostComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InsurancePlan.InsurancePlanPlanSpecificCostComponent element, int index) protected voidXmlParser.composeInsurancePlanPlanSpecificCostComponent(String name, InsurancePlan.InsurancePlanPlanSpecificCostComponent element) protected voidXmlParser.composeInsurancePlanPlanSpecificCostComponentElements(InsurancePlan.InsurancePlanPlanSpecificCostComponent element) protected voidJsonParser.composeInsurancePlanPlanSpecificCostComponentProperties(InsurancePlan.InsurancePlanPlanSpecificCostComponent element) protected booleanXmlParser.parseInsurancePlanPlanSpecificCostComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan.InsurancePlanPlanSpecificCostComponent res) protected voidJsonParser.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.specificCostCosts 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) voidInsurancePlan.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)