Class TPaymentReconciliationProcessNote
Unit
bsFhir_r4
Declaration
type TPaymentReconciliationProcessNote = class(TBackboneElement)
Description
This resource provides the details including amount of a payment and allocates the payment items being paid.
Hierarchy
Overview
Methods
Properties
|
property type_ : string read Gettype_ write Settype_; |
|
property type_Element : TNoteType read Gettype_Element write Settype_Element; |
|
property text : string read Gettext write Settext; |
|
property textElement : Tstring read GettextElement write SettextElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : string read Gettype_ write Settype_; |
The business purpose of the note text.
|
|
property type_Element : TNoteType read Gettype_Element write Settype_Element; |
|
|
property text : string read Gettext write Settext; |
The explanation or description associated with the processing.
|
|
property textElement : Tstring read GettextElement write SettextElement; |
|
Generated by PasDoc 0.15.0.
|