Uses of Class
org.hl7.fhir.r5.model.CoverageEligibilityResponse.InsuranceComponent
-
Uses of CoverageEligibilityResponse.InsuranceComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseCoverageEligibilityResponseInsuranceComponent
(com.google.gson.JsonObject json) XmlParser.parseCoverageEligibilityResponseInsuranceComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
RdfParser.composeCoverageEligibilityResponseInsuranceComponent
(org.hl7.fhir.utilities.turtle.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.composeInsuranceComponent
(String name, CoverageEligibilityResponse.InsuranceComponent element) protected void
JsonParser.composeInsuranceComponentProperties
(CoverageEligibilityResponse.InsuranceComponent element) protected boolean
XmlParser.parseCoverageEligibilityResponseInsuranceComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse.InsuranceComponent res) protected void
JsonParser.parseCoverageEligibilityResponseInsuranceComponentProperties
(com.google.gson.JsonObject json, CoverageEligibilityResponse.InsuranceComponent res) -
Uses of CoverageEligibilityResponse.InsuranceComponent in org.hl7.fhir.r5.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.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)