Uses of Class
com.ibm.fhir.model.resource.Claim.Payee
-
Packages that use Claim.Payee Package Description com.ibm.fhir.model.resource -
-
Uses of Claim.Payee in com.ibm.fhir.model.resource
Methods in com.ibm.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 com.ibm.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.
-