Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.CoverageBenefitLimitComponent
-
Uses of InsurancePlan.CoverageBenefitLimitComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseInsurancePlanCoverageBenefitLimitComponent
(com.google.gson.JsonObject json, InsurancePlan owner) XmlParser.parseInsurancePlanCoverageBenefitLimitComponent
(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeInsurancePlanCoverageBenefitLimitComponent
(String name, InsurancePlan.CoverageBenefitLimitComponent element) protected void
RdfParser.composeInsurancePlanCoverageBenefitLimitComponent
(Turtle.Complex parent, String parentType, String name, InsurancePlan.CoverageBenefitLimitComponent element, int index) protected void
XmlParser.composeInsurancePlanCoverageBenefitLimitComponent
(String name, InsurancePlan.CoverageBenefitLimitComponent element) protected void
XmlParser.composeInsurancePlanCoverageBenefitLimitComponentElements
(InsurancePlan.CoverageBenefitLimitComponent element) protected void
JsonParser.composeInsurancePlanCoverageBenefitLimitComponentInner
(InsurancePlan.CoverageBenefitLimitComponent element) protected boolean
XmlParser.parseInsurancePlanCoverageBenefitLimitComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.CoverageBenefitLimitComponent res) protected void
JsonParser.parseInsurancePlanCoverageBenefitLimitComponentProperties
(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.CoverageBenefitLimitComponent res) -
Uses of InsurancePlan.CoverageBenefitLimitComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<InsurancePlan.CoverageBenefitLimitComponent> InsurancePlan.CoverageBenefitComponent.limit
The specific limits on the benefit.Modifier and TypeMethodDescriptionInsurancePlan.CoverageBenefitComponent.addLimit()
InsurancePlan.CoverageBenefitLimitComponent.copy()
InsurancePlan.CoverageBenefitComponent.getLimitFirstRep()
InsurancePlan.CoverageBenefitLimitComponent.setCode
(CodeableConcept value) Modifier and TypeMethodDescriptionInsurancePlan.CoverageBenefitComponent.addLimit
(InsurancePlan.CoverageBenefitLimitComponent t) void
InsurancePlan.CoverageBenefitLimitComponent.copyValues
(InsurancePlan.CoverageBenefitLimitComponent dst) Modifier and TypeMethodDescriptionInsurancePlan.CoverageBenefitComponent.setLimit
(List<InsurancePlan.CoverageBenefitLimitComponent> theLimit)