Class TMonetaryComponent
Unit
bsFhir_r5
Declaration
type TMonetaryComponent = class(TDataType)
Description
Availability data for an {item}. 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
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : string read Gettype_ write Settype_; |
base | surcharge | deduction | discount | tax | informational.
|
|
property type_Element : Tcode read Gettype_Element write Settype_Element; |
|
|
property code : TCodeableConcept read Getcode write Setcode; |
Codes may be used to differentiate between kinds of taxes, surcharges, discounts etc.
|
|
property factor : Double read Getfactor write Setfactor; |
Factor used for calculating this component.
|
|
property factorElement : Tdecimal read GetfactorElement write SetfactorElement; |
|
|
property amount : TMoney read Getamount write Setamount; |
Explicit value amount to be used.
|
Generated by PasDoc 0.15.0.
|