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