
Uses of Class
org.hl7.fhir.r5.model.InsurancePlan.PlanBenefitComponent
Packages that use InsurancePlan.PlanBenefitComponent
-
Uses of InsurancePlan.PlanBenefitComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InsurancePlan.PlanBenefitComponentModifier and TypeMethodDescriptionprotected InsurancePlan.PlanBenefitComponentJsonParser.parseInsurancePlanPlanBenefitComponent(com.google.gson.JsonObject json) protected InsurancePlan.PlanBenefitComponentXmlParser.parseInsurancePlanPlanBenefitComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type InsurancePlan.PlanBenefitComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeInsurancePlanPlanBenefitComponent(org.hl7.fhir.utilities.turtle.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.composePlanBenefitComponent(String name, InsurancePlan.PlanBenefitComponent element) protected voidJsonParser.composePlanBenefitComponentProperties(InsurancePlan.PlanBenefitComponent element) protected booleanXmlParser.parseInsurancePlanPlanBenefitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan.PlanBenefitComponent res) protected voidJsonParser.parseInsurancePlanPlanBenefitComponentProperties(com.google.gson.JsonObject json, InsurancePlan.PlanBenefitComponent res) -
Uses of InsurancePlan.PlanBenefitComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.model that return types with arguments of type InsurancePlan.PlanBenefitComponentModifier and TypeMethodDescriptionInsurancePlan.InsurancePlanPlanSpecificCostComponent.getBenefit()Methods in org.hl7.fhir.r5.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.r5.model with type arguments of type InsurancePlan.PlanBenefitComponentModifier and TypeMethodDescriptionInsurancePlan.InsurancePlanPlanSpecificCostComponent.setBenefit(List<InsurancePlan.PlanBenefitComponent> theBenefit)