Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.InsurancePlanPlanSpecificCostComponent
-
Packages that use InsurancePlan.InsurancePlanPlanSpecificCostComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of InsurancePlan.InsurancePlanPlanSpecificCostComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return InsurancePlan.InsurancePlanPlanSpecificCostComponent Modifier and Type Method Description protected InsurancePlan.InsurancePlanPlanSpecificCostComponentJsonParser. parseInsurancePlanInsurancePlanPlanSpecificCostComponent(com.google.gson.JsonObject json, InsurancePlan owner)protected InsurancePlan.InsurancePlanPlanSpecificCostComponentXmlParser. parseInsurancePlanInsurancePlanPlanSpecificCostComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) -
Uses of InsurancePlan.InsurancePlanPlanSpecificCostComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type InsurancePlan.InsurancePlanPlanSpecificCostComponent Modifier and Type Field Description protected List<InsurancePlan.InsurancePlanPlanSpecificCostComponent>InsurancePlan.InsurancePlanPlanComponent. specificCostCosts associated with the coverage provided by the product.Methods in org.hl7.fhir.r4.model that return InsurancePlan.InsurancePlanPlanSpecificCostComponent Modifier and Type Method Description InsurancePlan.InsurancePlanPlanSpecificCostComponentInsurancePlan.InsurancePlanPlanSpecificCostComponent. addBenefit(InsurancePlan.PlanBenefitComponent t)InsurancePlan.InsurancePlanPlanSpecificCostComponentInsurancePlan.InsurancePlanPlanComponent. addSpecificCost()InsurancePlan.InsurancePlanPlanSpecificCostComponentInsurancePlan.InsurancePlanPlanSpecificCostComponent. copy()InsurancePlan.InsurancePlanPlanSpecificCostComponentInsurancePlan.InsurancePlanPlanComponent. getSpecificCostFirstRep()InsurancePlan.InsurancePlanPlanSpecificCostComponentInsurancePlan.InsurancePlanPlanSpecificCostComponent. setBenefit(List<InsurancePlan.PlanBenefitComponent> theBenefit)InsurancePlan.InsurancePlanPlanSpecificCostComponentInsurancePlan.InsurancePlanPlanSpecificCostComponent. setCategory(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type InsurancePlan.InsurancePlanPlanSpecificCostComponent Modifier and Type Method Description List<InsurancePlan.InsurancePlanPlanSpecificCostComponent>InsurancePlan.InsurancePlanPlanComponent. getSpecificCost()Methods in org.hl7.fhir.r4.model with parameters of type InsurancePlan.InsurancePlanPlanSpecificCostComponent Modifier and Type Method Description InsurancePlan.InsurancePlanPlanComponentInsurancePlan.InsurancePlanPlanComponent. addSpecificCost(InsurancePlan.InsurancePlanPlanSpecificCostComponent t)voidInsurancePlan.InsurancePlanPlanSpecificCostComponent. copyValues(InsurancePlan.InsurancePlanPlanSpecificCostComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type InsurancePlan.InsurancePlanPlanSpecificCostComponent Modifier and Type Method Description InsurancePlan.InsurancePlanPlanComponentInsurancePlan.InsurancePlanPlanComponent. setSpecificCost(List<InsurancePlan.InsurancePlanPlanSpecificCostComponent> theSpecificCost)
-