Class TRatio
Unit
bsFhir_r4b
Declaration
type TRatio = class(TElement)
Description
A relationship of two Quantity values - expressed as a 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 numerator : TQuantity read Getnumerator write Setnumerator; |
The value of the numerator.
|
|
property denominator : TQuantity read Getdenominator write Setdenominator; |
The value of the denominator.
|
Generated by PasDoc 0.15.0.
|