
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.PlanBenefitComponentJsonParser.parseInsurancePlanPlanBenefitComponent(com.google.gson.JsonObject json, InsurancePlan owner) protected InsurancePlan.PlanBenefitComponentXmlParser.parseInsurancePlanPlanBenefitComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) Methods in org.hl7.fhir.r4.formats with parameters of type InsurancePlan.PlanBenefitComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeInsurancePlanPlanBenefitComponent(String name, InsurancePlan.PlanBenefitComponent element) protected voidRdfParser.composeInsurancePlanPlanBenefitComponent(Turtle.Complex parent, String parentType, String name, InsurancePlan.PlanBenefitComponent element, int index) protected voidXmlParser.composeInsurancePlanPlanBenefitComponent(String name, InsurancePlan.PlanBenefitComponent element) protected voidXmlParser.composeInsurancePlanPlanBenefitComponentElements(InsurancePlan.PlanBenefitComponent element) protected voidJsonParser.composeInsurancePlanPlanBenefitComponentInner(InsurancePlan.PlanBenefitComponent element) protected booleanXmlParser.parseInsurancePlanPlanBenefitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.PlanBenefitComponent res) protected voidJsonParser.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.benefitList 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) voidInsurancePlan.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)