Class TRange

Unit

Declaration

type TRange = class(TElement)

Description

A set of ordered Quantities defined by a low and high limit. 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 low : TQuantity read Getlow write Setlow;
Public property high : TQuantity read Gethigh write Sethigh;

Description

Methods

Public constructor Create; override;
 

Properties

Public property low : TQuantity read Getlow write Setlow;

The low limit. The boundary is inclusive.

Public property high : TQuantity read Gethigh write Sethigh;

The high limit. The boundary is inclusive.


Generated by PasDoc 0.15.0.