Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.CoverageBenefitComponent
-
Uses of InsurancePlan.CoverageBenefitComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected InsurancePlan.CoverageBenefitComponent
JsonParser.parseInsurancePlanCoverageBenefitComponent
(com.google.gson.JsonObject json, InsurancePlan owner) protected InsurancePlan.CoverageBenefitComponent
XmlParser.parseInsurancePlanCoverageBenefitComponent
(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeInsurancePlanCoverageBenefitComponent
(String name, InsurancePlan.CoverageBenefitComponent element) protected void
RdfParser.composeInsurancePlanCoverageBenefitComponent
(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 void
JsonParser.composeInsurancePlanCoverageBenefitComponentInner
(InsurancePlan.CoverageBenefitComponent element) protected boolean
XmlParser.parseInsurancePlanCoverageBenefitComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.CoverageBenefitComponent res) protected void
JsonParser.parseInsurancePlanCoverageBenefitComponentProperties
(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.CoverageBenefitComponent res) -
Uses of InsurancePlan.CoverageBenefitComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<InsurancePlan.CoverageBenefitComponent> InsurancePlan.InsurancePlanCoverageComponent.benefit
Specific benefits under this type of coverage.Modifier 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) Modifier and TypeMethodDescriptionInsurancePlan.InsurancePlanCoverageComponent.addBenefit
(InsurancePlan.CoverageBenefitComponent t) void
InsurancePlan.CoverageBenefitComponent.copyValues
(InsurancePlan.CoverageBenefitComponent dst) Modifier and TypeMethodDescriptionInsurancePlan.InsurancePlanCoverageComponent.setBenefit
(List<InsurancePlan.CoverageBenefitComponent> theBenefit)