Class TDeviceMetricCalibration
Unit
bsFhir_r4
Declaration
type TDeviceMetricCalibration = class(TBackboneElement)
Description
Describes a measurement, calculation or setting capability of a medical device.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : string read Gettype_ write Settype_; |
Describes the type of the calibration method.
|
|
property state : string read Getstate write Setstate; |
Describes the state of the calibration.
|
|
property time_ : string read Gettime_ write Settime_; |
Describes the time last calibration has been performed.
|
|
property time_Element : Tinstant read Gettime_Element write Settime_Element; |
|
Generated by PasDoc 0.15.0.
|