Class TObservationDefinitionQuantitativeDetails

Unit

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

Public constructor Create; override;

Properties

Public property customaryUnit : TCodeableConcept read GetcustomaryUnit write SetcustomaryUnit;
Public property unit_ : TCodeableConcept read Getunit_ write Setunit_;
Public property conversionFactor : Double read GetconversionFactor write SetconversionFactor;
Public property conversionFactorElement : Tdecimal read GetconversionFactorElement write SetconversionFactorElement;
Public property decimalPrecision : integer read GetdecimalPrecision write SetdecimalPrecision;
Public property decimalPrecisionElement : Tinteger read GetdecimalPrecisionElement write SetdecimalPrecisionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property customaryUnit : TCodeableConcept read GetcustomaryUnit write SetcustomaryUnit;

Customary unit used to report quantitative results of observations conforming to this ObservationDefinition.

Public property unit_ : TCodeableConcept read Getunit_ write Setunit_;

SI unit used to report quantitative results of observations conforming to this ObservationDefinition.

Public property conversionFactor : Double read GetconversionFactor write SetconversionFactor;

Factor for converting value expressed with SI unit to value expressed with customary unit.

Public property conversionFactorElement : Tdecimal read GetconversionFactorElement write SetconversionFactorElement;
 
Public property decimalPrecision : integer read GetdecimalPrecision write SetdecimalPrecision;

Number of digits after decimal separator when the results of such observations are of type Quantity.

Public property decimalPrecisionElement : Tinteger read GetdecimalPrecisionElement write SetdecimalPrecisionElement;
 

Generated by PasDoc 0.15.0.