Class TRatioRange
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property lowNumerator : TQuantity read GetlowNumerator write SetlowNumerator; |
The value of the low limit numerator.
|
|
property highNumerator : TQuantity read GethighNumerator write SethighNumerator; |
The value of the high limit numerator.
|
|
property denominator : TQuantity read Getdenominator write Setdenominator; |
The value of the denominator.
|
Generated by PasDoc 0.15.0.
|