Class TAccountRelatedAccount
Unit
bsFhir_r5
Declaration
type TAccountRelatedAccount = class(TBackboneElement)
Description
A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property relationship : TCodeableConcept read Getrelationship write Setrelationship; |
Relationship of the associated Account.
|
|
property account : TReference read Getaccount write Setaccount; |
Reference to an associated Account.
|
Generated by PasDoc 0.15.0.
|