| Class TRatioUnit
bsFhir_r5 Declaration
type TRatio = class(TDataType) 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  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | 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.
 |