Class TMonetaryComponent

Unit

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

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : Tcode read Gettype_Element write Settype_Element;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property factor : Double read Getfactor write Setfactor;
Public property factorElement : Tdecimal read GetfactorElement write SetfactorElement;
Public property amount : TMoney read Getamount write Setamount;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

base | surcharge | deduction | discount | tax | informational.

Public property type_Element : Tcode read Gettype_Element write Settype_Element;
 
Public property code : TCodeableConcept read Getcode write Setcode;

Codes may be used to differentiate between kinds of taxes, surcharges, discounts etc.

Public property factor : Double read Getfactor write Setfactor;

Factor used for calculating this component.

Public property factorElement : Tdecimal read GetfactorElement write SetfactorElement;
 
Public property amount : TMoney read Getamount write Setamount;

Explicit value amount to be used.


Generated by PasDoc 0.15.0.