
Uses of Class
org.hl7.fhir.r5.model.InsurancePlan.CoverageBenefitComponent
Packages that use InsurancePlan.CoverageBenefitComponent
-
Uses of InsurancePlan.CoverageBenefitComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InsurancePlan.CoverageBenefitComponentModifier and TypeMethodDescriptionprotected InsurancePlan.CoverageBenefitComponentJsonParser.parseInsurancePlanCoverageBenefitComponent(com.google.gson.JsonObject json) protected InsurancePlan.CoverageBenefitComponentXmlParser.parseInsurancePlanCoverageBenefitComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type InsurancePlan.CoverageBenefitComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCoverageBenefitComponent(String name, InsurancePlan.CoverageBenefitComponent element) protected voidJsonParser.composeCoverageBenefitComponentProperties(InsurancePlan.CoverageBenefitComponent element) protected voidRdfParser.composeInsurancePlanCoverageBenefitComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InsurancePlan.CoverageBenefitComponent element, int index) protected voidXmlParser.composeInsurancePlanCoverageBenefitComponent(String name, InsurancePlan.CoverageBenefitComponent element) protected voidXmlParser.composeInsurancePlanCoverageBenefitComponentElements(InsurancePlan.CoverageBenefitComponent element) protected booleanXmlParser.parseInsurancePlanCoverageBenefitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan.CoverageBenefitComponent res) protected voidJsonParser.parseInsurancePlanCoverageBenefitComponentProperties(com.google.gson.JsonObject json, InsurancePlan.CoverageBenefitComponent res) -
Uses of InsurancePlan.CoverageBenefitComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type InsurancePlan.CoverageBenefitComponentModifier and TypeFieldDescriptionprotected List<InsurancePlan.CoverageBenefitComponent> InsurancePlan.InsurancePlanCoverageComponent.benefitSpecific benefits under this type of coverage.Methods in org.hl7.fhir.r5.model that return InsurancePlan.CoverageBenefitComponentModifier and TypeMethodDescriptionInsurancePlan.InsurancePlanCoverageComponent.addBenefit()InsurancePlan.CoverageBenefitComponent.addLimit(InsurancePlan.CoverageBenefitLimitComponent t) InsurancePlan.CoverageBenefitComponent.copy()InsurancePlan.InsurancePlanCoverageComponent.getBenefitFirstRep()InsurancePlan.CoverageBenefitComponent.setLimit(List<InsurancePlan.CoverageBenefitLimitComponent> theLimit) InsurancePlan.CoverageBenefitComponent.setRequirement(String value) InsurancePlan.CoverageBenefitComponent.setRequirementElement(StringType value) InsurancePlan.CoverageBenefitComponent.setType(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type InsurancePlan.CoverageBenefitComponentMethods in org.hl7.fhir.r5.model with parameters of type InsurancePlan.CoverageBenefitComponentModifier and TypeMethodDescriptionInsurancePlan.InsurancePlanCoverageComponent.addBenefit(InsurancePlan.CoverageBenefitComponent t) voidInsurancePlan.CoverageBenefitComponent.copyValues(InsurancePlan.CoverageBenefitComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type InsurancePlan.CoverageBenefitComponentModifier and TypeMethodDescriptionInsurancePlan.InsurancePlanCoverageComponent.setBenefit(List<InsurancePlan.CoverageBenefitComponent> theBenefit) Constructors in org.hl7.fhir.r5.model with parameters of type InsurancePlan.CoverageBenefitComponentModifierConstructorDescriptionInsurancePlanCoverageComponent(CodeableConcept type, InsurancePlan.CoverageBenefitComponent benefit) Constructor