Class TPaymentReconciliationDetail
Unit
bsFhir_stu3
Declaration
type TPaymentReconciliationDetail = class(TBackboneElement)
Description
This resource provides payment details and claim references supporting a bulk payment.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Code to indicate the nature of the payment, adjustment, funds advance, etc.
|
|
property request : TReference read Getrequest write Setrequest; |
The claim or financial resource.
|
|
property response : TReference read Getresponse write Setresponse; |
The claim response resource.
|
|
property submitter : TReference read Getsubmitter write Setsubmitter; |
The Organization which submitted the claim or financial transaction.
|
|
property payee : TReference read Getpayee write Setpayee; |
The organization which is receiving the payment.
|
|
property date_ : string read Getdate_ write Setdate_; |
The date of the invoice or financial resource.
|
|
property date_Element : Tdate_ read Getdate_Element write Setdate_Element; |
|
|
property amount : TMoney read Getamount write Setamount; |
Amount paid for this detail.
|
Generated by PasDoc 0.15.0.
|