Uses of Class
com.ibm.fhir.model.resource.ExplanationOfBenefit.Insurance
-
Packages that use ExplanationOfBenefit.Insurance Package Description com.ibm.fhir.model.resource -
-
Uses of ExplanationOfBenefit.Insurance in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ExplanationOfBenefit.Insurance Modifier and Type Method Description ExplanationOfBenefit.Insurance
ExplanationOfBenefit.Insurance.Builder. build()
Build theExplanationOfBenefit.Insurance
Methods in com.ibm.fhir.model.resource that return types with arguments of type ExplanationOfBenefit.Insurance Modifier and Type Method Description List<ExplanationOfBenefit.Insurance>
ExplanationOfBenefit. getInsurance()
Financial instruments for reimbursement for the health care products and services specified on the claim.Methods in com.ibm.fhir.model.resource with parameters of type ExplanationOfBenefit.Insurance Modifier and Type Method Description protected ExplanationOfBenefit.Insurance.Builder
ExplanationOfBenefit.Insurance.Builder. from(ExplanationOfBenefit.Insurance insurance)
ExplanationOfBenefit.Builder
ExplanationOfBenefit.Builder. insurance(ExplanationOfBenefit.Insurance... insurance)
Financial instruments for reimbursement for the health care products and services specified on the claim.Method parameters in com.ibm.fhir.model.resource with type arguments of type ExplanationOfBenefit.Insurance Modifier and Type Method Description ExplanationOfBenefit.Builder
ExplanationOfBenefit.Builder. insurance(Collection<ExplanationOfBenefit.Insurance> insurance)
Financial instruments for reimbursement for the health care products and services specified on the claim.
-