Class TPaymentNotice

Unit

Declaration

type TPaymentNotice = class(TDomainResource)

Description

This resource provides the status of the payment for goods and services rendered, and the request and response resource references. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TFinancialResourceStatusCodes read GetstatusElement write SetstatusElement;
Public property request : TReference read Getrequest write Setrequest;
Public property response : TReference read Getresponse write Setresponse;
Public property created : string read Getcreated write Setcreated;
Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
Public property provider : TReference read Getprovider write Setprovider;
Public property payment : TReference read Getpayment write Setpayment;
Public property paymentDate : string read GetpaymentDate write SetpaymentDate;
Public property paymentDateElement : Tdate_ read GetpaymentDateElement write SetpaymentDateElement;
Public property payee : TReference read Getpayee write Setpayee;
Public property recipient : TReference read Getrecipient write Setrecipient;
Public property amount : TMoney read Getamount write Setamount;
Public property paymentStatus : TCodeableConcept read GetpaymentStatus write SetpaymentStatus;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

A unique identifier assigned to this payment notice.

Public property status : string read Getstatus write Setstatus;

The status of the resource instance.

Public property statusElement : TFinancialResourceStatusCodes read GetstatusElement write SetstatusElement;
 
Public property request : TReference read Getrequest write Setrequest;

Reference of resource for which payment is being made.

Public property response : TReference read Getresponse write Setresponse;

Reference of response to resource for which payment is being made.

Public property created : string read Getcreated write Setcreated;

The date when this resource was created.

Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
 
Public property provider : TReference read Getprovider write Setprovider;

The practitioner who is responsible for the services rendered to the patient.

Public property payment : TReference read Getpayment write Setpayment;

A reference to the payment which is the subject of this notice.

Public property paymentDate : string read GetpaymentDate write SetpaymentDate;

The date when the above payment action occurred.

Public property paymentDateElement : Tdate_ read GetpaymentDateElement write SetpaymentDateElement;
 
Public property payee : TReference read Getpayee write Setpayee;

The party who will receive or has received payment that is the subject of this notification.

Public property recipient : TReference read Getrecipient write Setrecipient;

The party who is notified of the payment status.

Public property amount : TMoney read Getamount write Setamount;

The amount sent to the payee.

Public property paymentStatus : TCodeableConcept read GetpaymentStatus write SetpaymentStatus;

A code indicating whether payment has been sent or cleared.


Generated by PasDoc 0.15.0.