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.PayeeClaim.Payee.Builder. build()Build theClaim.PayeeClaim.PayeeClaim. 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.BuilderClaim.Payee.Builder. from(Claim.Payee payee)Claim.BuilderClaim.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 voidClaim.Payee.Builder. validate(Claim.Payee payee) 
 -