Class TObservationDefinitionQuantitativeDetails
Unit
bsFhir_r4b 
Declaration
type TObservationDefinitionQuantitativeDetails = class(TBackboneElement) 
Description
 Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.  
Hierarchy
Overview
Methods
Properties
Description
Methods
  | 
constructor Create; override; | 
 
| 
  |  
 
Properties
  | 
property customaryUnit : TCodeableConcept read GetcustomaryUnit write SetcustomaryUnit; | 
 
| 
 
 Customary unit used to report quantitative results of observations conforming to this ObservationDefinition.  
 |  
 
  | 
property unit_ : TCodeableConcept read Getunit_ write Setunit_; | 
 
| 
 
 SI unit used to report quantitative results of observations conforming to this ObservationDefinition.  
 |  
 
  | 
property conversionFactor : Double read GetconversionFactor write SetconversionFactor; | 
 
| 
 
 Factor for converting value expressed with SI unit to value expressed with customary unit.  
 |  
 
  | 
property conversionFactorElement : Tdecimal read GetconversionFactorElement write SetconversionFactorElement; | 
 
| 
  |  
 
  | 
property decimalPrecision : integer read GetdecimalPrecision write SetdecimalPrecision; | 
 
| 
 
 Number of digits after decimal separator when the results of such observations are of type Quantity.  
 |  
 
  | 
property decimalPrecisionElement : Tinteger read GetdecimalPrecisionElement write SetdecimalPrecisionElement; | 
 
| 
  |  
 
 Generated by PasDoc 0.15.0. 
 |