Uses of Class
org.hl7.fhir.dstu3.model.EligibilityResponse.InsuranceComponent
-
Uses of EligibilityResponse.InsuranceComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected EligibilityResponse.InsuranceComponent
JsonParser.parseEligibilityResponseInsuranceComponent
(com.google.gson.JsonObject json, EligibilityResponse owner) protected EligibilityResponse.InsuranceComponent
XmlParser.parseEligibilityResponseInsuranceComponent
(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeEligibilityResponseInsuranceComponent
(String name, EligibilityResponse.InsuranceComponent element) protected void
RdfParser.composeEligibilityResponseInsuranceComponent
(Turtle.Complex parent, String parentType, String name, EligibilityResponse.InsuranceComponent element, int index) protected void
XmlParser.composeEligibilityResponseInsuranceComponent
(String name, EligibilityResponse.InsuranceComponent element) protected void
XmlParser.composeEligibilityResponseInsuranceComponentElements
(EligibilityResponse.InsuranceComponent element) protected void
JsonParser.composeEligibilityResponseInsuranceComponentInner
(EligibilityResponse.InsuranceComponent element) protected boolean
XmlParser.parseEligibilityResponseInsuranceComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner, EligibilityResponse.InsuranceComponent res) protected void
JsonParser.parseEligibilityResponseInsuranceComponentProperties
(com.google.gson.JsonObject json, EligibilityResponse owner, EligibilityResponse.InsuranceComponent res) -
Uses of EligibilityResponse.InsuranceComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected List
<EligibilityResponse.InsuranceComponent> EligibilityResponse.insurance
The insurer may provide both the details for the requested coverage as well as details for additional coverages known to the insurer.Modifier and TypeMethodDescriptionEligibilityResponse.InsuranceComponent.addBenefitBalance
(EligibilityResponse.BenefitsComponent t) EligibilityResponse.addInsurance()
EligibilityResponse.InsuranceComponent.copy()
EligibilityResponse.getInsuranceFirstRep()
EligibilityResponse.InsuranceComponent.setBenefitBalance
(List<EligibilityResponse.BenefitsComponent> theBenefitBalance) EligibilityResponse.InsuranceComponent.setContract
(Reference value) EligibilityResponse.InsuranceComponent.setContractTarget
(Contract value) EligibilityResponse.InsuranceComponent.setCoverage
(Reference value) EligibilityResponse.InsuranceComponent.setCoverageTarget
(Coverage value) Modifier and TypeMethodDescriptionEligibilityResponse.addInsurance
(EligibilityResponse.InsuranceComponent t) Modifier and TypeMethodDescriptionEligibilityResponse.setInsurance
(List<EligibilityResponse.InsuranceComponent> theInsurance)