Uses of Class
org.hl7.fhir.dstu3.model.EligibilityResponse.InsuranceComponent
-
Packages that use EligibilityResponse.InsuranceComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of EligibilityResponse.InsuranceComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return EligibilityResponse.InsuranceComponent Modifier and Type Method Description protected EligibilityResponse.InsuranceComponentJsonParser. parseEligibilityResponseInsuranceComponent(com.google.gson.JsonObject json, EligibilityResponse owner)protected EligibilityResponse.InsuranceComponentXmlParser. parseEligibilityResponseInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) -
Uses of EligibilityResponse.InsuranceComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type EligibilityResponse.InsuranceComponent Modifier and Type Field Description protected 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 types with arguments of type EligibilityResponse.InsuranceComponent Modifier and Type Method Description List<EligibilityResponse.InsuranceComponent>EligibilityResponse. getInsurance()Methods in org.hl7.fhir.dstu3.model with parameters of type EligibilityResponse.InsuranceComponent Modifier and Type Method Description EligibilityResponseEligibilityResponse. addInsurance(EligibilityResponse.InsuranceComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type EligibilityResponse.InsuranceComponent Modifier and Type Method Description EligibilityResponseEligibilityResponse. setInsurance(List<EligibilityResponse.InsuranceComponent> theInsurance)
-