Uses of Class
org.hl7.fhir.r4.model.CoverageEligibilityResponse.InsuranceComponent
-
Packages that use CoverageEligibilityResponse.InsuranceComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of CoverageEligibilityResponse.InsuranceComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CoverageEligibilityResponse.InsuranceComponent Modifier and Type Method Description protected CoverageEligibilityResponse.InsuranceComponentJsonParser. parseCoverageEligibilityResponseInsuranceComponent(com.google.gson.JsonObject json, CoverageEligibilityResponse owner)protected CoverageEligibilityResponse.InsuranceComponentXmlParser. parseCoverageEligibilityResponseInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner) -
Uses of CoverageEligibilityResponse.InsuranceComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CoverageEligibilityResponse.InsuranceComponent Modifier and Type Field Description protected List<CoverageEligibilityResponse.InsuranceComponent>CoverageEligibilityResponse. insuranceFinancial instruments for reimbursement for the health care products and services.Methods in org.hl7.fhir.r4.model that return types with arguments of type CoverageEligibilityResponse.InsuranceComponent Modifier and Type Method Description List<CoverageEligibilityResponse.InsuranceComponent>CoverageEligibilityResponse. getInsurance()Methods in org.hl7.fhir.r4.model with parameters of type CoverageEligibilityResponse.InsuranceComponent Modifier and Type Method Description CoverageEligibilityResponseCoverageEligibilityResponse. addInsurance(CoverageEligibilityResponse.InsuranceComponent t)voidCoverageEligibilityResponse.InsuranceComponent. copyValues(CoverageEligibilityResponse.InsuranceComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type CoverageEligibilityResponse.InsuranceComponent Modifier and Type Method Description CoverageEligibilityResponseCoverageEligibilityResponse. setInsurance(List<CoverageEligibilityResponse.InsuranceComponent> theInsurance)
-