Class TMoney
Unit
bsFhir_r4
Declaration
type TMoney = class(TElement)
Description
An amount of economic utility in some recognized currency. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Hierarchy
Overview
Methods
Properties
 |
property value : Double read Getvalue write Setvalue; |
 |
property valueElement : Tdecimal read GetvalueElement write SetvalueElement; |
 |
property currency : string read Getcurrency write Setcurrency; |
 |
property currencyElement : Tcode read GetcurrencyElement write SetcurrencyElement; |
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property value : Double read Getvalue write Setvalue; |
Numerical value (with implicit precision).
|
 |
property valueElement : Tdecimal read GetvalueElement write SetvalueElement; |
|
 |
property currency : string read Getcurrency write Setcurrency; |
ISO 4217 Currency Code.
|
 |
property currencyElement : Tcode read GetcurrencyElement write SetcurrencyElement; |
|
Generated by PasDoc 0.15.0.
|