Uses of Class
org.linuxforhealth.fhir.model.resource.ExplanationOfBenefit.Insurance
-
Packages that use ExplanationOfBenefit.Insurance Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ExplanationOfBenefit.Insurance in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ExplanationOfBenefit.Insurance Modifier and Type Method Description ExplanationOfBenefit.Insurance
ExplanationOfBenefit.Insurance.Builder. build()
Build theExplanationOfBenefit.Insurance
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ExplanationOfBenefit.Insurance Modifier and Type Method Description java.util.List<ExplanationOfBenefit.Insurance>
ExplanationOfBenefit. getInsurance()
Financial instruments for reimbursement for the health care products and services specified on the claim.Methods in org.linuxforhealth.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.protected void
ExplanationOfBenefit.Insurance.Builder. validate(ExplanationOfBenefit.Insurance insurance)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ExplanationOfBenefit.Insurance Modifier and Type Method Description ExplanationOfBenefit.Builder
ExplanationOfBenefit.Builder. insurance(java.util.Collection<ExplanationOfBenefit.Insurance> insurance)
Financial instruments for reimbursement for the health care products and services specified on the claim.
-