Uses of Class
org.hl7.fhir.r4.model.CoverageEligibilityResponse.InsuranceComponent
-
Uses of CoverageEligibilityResponse.InsuranceComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseCoverageEligibilityResponseInsuranceComponent
(com.google.gson.JsonObject json, CoverageEligibilityResponse owner) XmlParser.parseCoverageEligibilityResponseInsuranceComponent
(org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCoverageEligibilityResponseInsuranceComponent
(String name, CoverageEligibilityResponse.InsuranceComponent element) protected void
RdfParser.composeCoverageEligibilityResponseInsuranceComponent
(Turtle.Complex parent, String parentType, String name, CoverageEligibilityResponse.InsuranceComponent element, int index) protected void
XmlParser.composeCoverageEligibilityResponseInsuranceComponent
(String name, CoverageEligibilityResponse.InsuranceComponent element) protected void
XmlParser.composeCoverageEligibilityResponseInsuranceComponentElements
(CoverageEligibilityResponse.InsuranceComponent element) protected void
JsonParser.composeCoverageEligibilityResponseInsuranceComponentInner
(CoverageEligibilityResponse.InsuranceComponent element) protected boolean
XmlParser.parseCoverageEligibilityResponseInsuranceComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner, CoverageEligibilityResponse.InsuranceComponent res) protected void
JsonParser.parseCoverageEligibilityResponseInsuranceComponentProperties
(com.google.gson.JsonObject json, CoverageEligibilityResponse owner, CoverageEligibilityResponse.InsuranceComponent res) -
Uses of CoverageEligibilityResponse.InsuranceComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionCoverageEligibilityResponse.insurance
Financial instruments for reimbursement for the health care products and services.Modifier and TypeMethodDescriptionCoverageEligibilityResponse.addInsurance()
CoverageEligibilityResponse.InsuranceComponent.addItem
(CoverageEligibilityResponse.ItemsComponent t) CoverageEligibilityResponse.InsuranceComponent.copy()
CoverageEligibilityResponse.getInsuranceFirstRep()
CoverageEligibilityResponse.InsuranceComponent.setBenefitPeriod
(Period value) CoverageEligibilityResponse.InsuranceComponent.setCoverage
(Reference value) CoverageEligibilityResponse.InsuranceComponent.setCoverageTarget
(Coverage value) CoverageEligibilityResponse.InsuranceComponent.setInforce
(boolean value) CoverageEligibilityResponse.InsuranceComponent.setInforceElement
(BooleanType value) CoverageEligibilityResponse.InsuranceComponent.setItem
(List<CoverageEligibilityResponse.ItemsComponent> theItem) Modifier and TypeMethodDescriptionCoverageEligibilityResponse.addInsurance
(CoverageEligibilityResponse.InsuranceComponent t) void
CoverageEligibilityResponse.InsuranceComponent.copyValues
(CoverageEligibilityResponse.InsuranceComponent dst) Modifier and TypeMethodDescriptionCoverageEligibilityResponse.setInsurance
(List<CoverageEligibilityResponse.InsuranceComponent> theInsurance)