Class TRange
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property low : TQuantity read Getlow write Setlow; |
The low limit. The boundary is inclusive.
|
|
property high : TQuantity read Gethigh write Sethigh; |
The high limit. The boundary is inclusive.
|
Generated by PasDoc 0.15.0.
|