
Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.CoverageBenefitComponent
Packages that use InsurancePlan.CoverageBenefitComponent
-
Uses of InsurancePlan.CoverageBenefitComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return InsurancePlan.CoverageBenefitComponentModifier and TypeMethodDescriptionprotected InsurancePlan.CoverageBenefitComponentJsonParser.parseInsurancePlanCoverageBenefitComponent(com.google.gson.JsonObject json, InsurancePlan owner) protected InsurancePlan.CoverageBenefitComponentXmlParser.parseInsurancePlanCoverageBenefitComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) Methods in org.hl7.fhir.r4.formats with parameters of type InsurancePlan.CoverageBenefitComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeInsurancePlanCoverageBenefitComponent(String name, InsurancePlan.CoverageBenefitComponent element) protected voidRdfParser.composeInsurancePlanCoverageBenefitComponent(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 voidJsonParser.composeInsurancePlanCoverageBenefitComponentInner(InsurancePlan.CoverageBenefitComponent element) protected booleanXmlParser.parseInsurancePlanCoverageBenefitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.CoverageBenefitComponent res) protected voidJsonParser.parseInsurancePlanCoverageBenefitComponentProperties(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.CoverageBenefitComponent res) -
Uses of InsurancePlan.CoverageBenefitComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.model that return types with arguments of type InsurancePlan.CoverageBenefitComponentMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type InsurancePlan.CoverageBenefitComponentModifier and TypeMethodDescriptionInsurancePlan.InsurancePlanCoverageComponent.setBenefit(List<InsurancePlan.CoverageBenefitComponent> theBenefit)