Uses of Class
org.linuxforhealth.fhir.model.resource.Claim.Payee
-
Packages that use Claim.Payee Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Claim.Payee in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Claim.Payee Modifier and Type Method Description Claim.Payee
Claim.Payee.Builder. build()
Build theClaim.Payee
Claim.Payee
Claim. 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 Claim.Payee Modifier and Type Method Description protected Claim.Payee.Builder
Claim.Payee.Builder. from(Claim.Payee payee)
Claim.Builder
Claim.Builder. payee(Claim.Payee payee)
The party to be reimbursed for cost of the products and services according to the terms of the policy.protected void
Claim.Payee.Builder. validate(Claim.Payee payee)
-