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