Uses of Class
org.hl7.fhir.dstu3.model.EligibilityResponse.InsuranceComponent
Packages that use EligibilityResponse.InsuranceComponent
-
Uses of EligibilityResponse.InsuranceComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return EligibilityResponse.InsuranceComponentModifier and TypeMethodDescriptionprotected EligibilityResponse.InsuranceComponentJsonParser.parseEligibilityResponseInsuranceComponent(com.google.gson.JsonObject json, EligibilityResponse owner)protected EligibilityResponse.InsuranceComponentXmlParser.parseEligibilityResponseInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner)Methods in org.hl7.fhir.dstu3.formats with parameters of type EligibilityResponse.InsuranceComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeEligibilityResponseInsuranceComponent(String name, EligibilityResponse.InsuranceComponent element)protected voidRdfParser.composeEligibilityResponseInsuranceComponent(Turtle.Complex parent, String parentType, String name, EligibilityResponse.InsuranceComponent element, int index)protected voidXmlParser.composeEligibilityResponseInsuranceComponent(String name, EligibilityResponse.InsuranceComponent element)protected voidXmlParser.composeEligibilityResponseInsuranceComponentElements(EligibilityResponse.InsuranceComponent element)protected voidJsonParser.composeEligibilityResponseInsuranceComponentInner(EligibilityResponse.InsuranceComponent element)protected booleanXmlParser.parseEligibilityResponseInsuranceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner, EligibilityResponse.InsuranceComponent res)protected voidJsonParser.parseEligibilityResponseInsuranceComponentProperties(com.google.gson.JsonObject json, EligibilityResponse owner, EligibilityResponse.InsuranceComponent res) -
Uses of EligibilityResponse.InsuranceComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type EligibilityResponse.InsuranceComponentModifier and TypeFieldDescriptionprotected List<EligibilityResponse.InsuranceComponent>EligibilityResponse.insuranceThe insurer may provide both the details for the requested coverage as well as details for additional coverages known to the insurer.Methods in org.hl7.fhir.dstu3.model that return EligibilityResponse.InsuranceComponentModifier 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)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type EligibilityResponse.InsuranceComponentMethods in org.hl7.fhir.dstu3.model with parameters of type EligibilityResponse.InsuranceComponentModifier and TypeMethodDescriptionEligibilityResponse.addInsurance(EligibilityResponse.InsuranceComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type EligibilityResponse.InsuranceComponentModifier and TypeMethodDescriptionEligibilityResponse.setInsurance(List<EligibilityResponse.InsuranceComponent> theInsurance)