Class TQuantity

Unit

Declaration

type TQuantity = class(TElement)

Description

A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies. 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 value : Double read Getvalue write Setvalue;
Public property valueElement : Tdecimal read GetvalueElement write SetvalueElement;
Public property comparator : string read Getcomparator write Setcomparator;
Public property comparatorElement : TQuantityComparator read GetcomparatorElement write SetcomparatorElement;
Public property unit_ : string read Getunit_ write Setunit_;
Public property unit_Element : Tstring read Getunit_Element write Setunit_Element;
Public property system : string read Getsystem write Setsystem;
Public property systemElement : Turi read GetsystemElement write SetsystemElement;
Public property code : string read Getcode write Setcode;
Public property codeElement : Tcode read GetcodeElement write SetcodeElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property value : Double read Getvalue write Setvalue;

The value of the measured amount. The value includes an implicit precision in the presentation of the value.

Public property valueElement : Tdecimal read GetvalueElement write SetvalueElement;
 
Public property comparator : string read Getcomparator write Setcomparator;

How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.

Public property comparatorElement : TQuantityComparator read GetcomparatorElement write SetcomparatorElement;
 
Public property unit_ : string read Getunit_ write Setunit_;

A human-readable form of the unit.

Public property unit_Element : Tstring read Getunit_Element write Setunit_Element;
 
Public property system : string read Getsystem write Setsystem;

The identification of the system that provides the coded form of the unit.

Public property systemElement : Turi read GetsystemElement write SetsystemElement;
 
Public property code : string read Getcode write Setcode;

A computer processable form of the unit in some unit representation system.

Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
 

Generated by PasDoc 0.15.0.