
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.CoverageBenefitComponent
JsonParser.parseInsurancePlanCoverageBenefitComponent
(com.google.gson.JsonObject json) protected InsurancePlan.CoverageBenefitComponent
XmlParser.parseInsurancePlanCoverageBenefitComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type InsurancePlan.CoverageBenefitComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeCoverageBenefitComponent
(String name, InsurancePlan.CoverageBenefitComponent element) protected void
JsonParser.composeCoverageBenefitComponentProperties
(InsurancePlan.CoverageBenefitComponent element) protected void
RdfParser.composeInsurancePlanCoverageBenefitComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InsurancePlan.CoverageBenefitComponent element, int index) protected void
XmlParser.composeInsurancePlanCoverageBenefitComponent
(String name, InsurancePlan.CoverageBenefitComponent element) protected void
XmlParser.composeInsurancePlanCoverageBenefitComponentElements
(InsurancePlan.CoverageBenefitComponent element) protected boolean
XmlParser.parseInsurancePlanCoverageBenefitComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan.CoverageBenefitComponent res) protected void
JsonParser.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.benefit
Specific 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) void
InsurancePlan.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