Uses of Class
org.linuxforhealth.fhir.model.resource.ExplanationOfBenefit.Payee
-
Packages that use ExplanationOfBenefit.Payee Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ExplanationOfBenefit.Payee in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ExplanationOfBenefit.Payee Modifier and Type Method Description ExplanationOfBenefit.Payee
ExplanationOfBenefit.Payee.Builder. build()
Build theExplanationOfBenefit.Payee
ExplanationOfBenefit.Payee
ExplanationOfBenefit. getPayee()
The party to be reimbursed for cost of the products and services according to the terms of the policy.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ExplanationOfBenefit.Payee Modifier and Type Method Description protected ExplanationOfBenefit.Payee.Builder
ExplanationOfBenefit.Payee.Builder. from(ExplanationOfBenefit.Payee payee)
ExplanationOfBenefit.Builder
ExplanationOfBenefit.Builder. payee(ExplanationOfBenefit.Payee payee)
The party to be reimbursed for cost of the products and services according to the terms of the policy.protected void
ExplanationOfBenefit.Payee.Builder. validate(ExplanationOfBenefit.Payee payee)
-