Uses of Class
org.linuxforhealth.fhir.model.resource.ClaimResponse.Payment
-
Packages that use ClaimResponse.Payment Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ClaimResponse.Payment in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ClaimResponse.Payment Modifier and Type Method Description ClaimResponse.Payment
ClaimResponse.Payment.Builder. build()
Build theClaimResponse.Payment
ClaimResponse.Payment
ClaimResponse. getPayment()
Payment details for the adjudication of the claim.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ClaimResponse.Payment Modifier and Type Method Description protected ClaimResponse.Payment.Builder
ClaimResponse.Payment.Builder. from(ClaimResponse.Payment payment)
ClaimResponse.Builder
ClaimResponse.Builder. payment(ClaimResponse.Payment payment)
Payment details for the adjudication of the claim.protected void
ClaimResponse.Payment.Builder. validate(ClaimResponse.Payment payment)
-