Class TRatioRange

Unit

Declaration

type TRatioRange = class(TElement)

Description

A range of ratios expressed as a low and high numerator and a denominator. 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 lowNumerator : TQuantity read GetlowNumerator write SetlowNumerator;
Public property highNumerator : TQuantity read GethighNumerator write SethighNumerator;
Public property denominator : TQuantity read Getdenominator write Setdenominator;

Description

Methods

Public constructor Create; override;
 

Properties

Public property lowNumerator : TQuantity read GetlowNumerator write SetlowNumerator;

The value of the low limit numerator.

Public property highNumerator : TQuantity read GethighNumerator write SethighNumerator;

The value of the high limit numerator.

Public property denominator : TQuantity read Getdenominator write Setdenominator;

The value of the denominator.


Generated by PasDoc 0.15.0.