Class TDeviceMetricCalibration

Unit

Declaration

type TDeviceMetricCalibration = class(TBackboneElement)

Description

Describes a measurement, calculation or setting capability of a medical device.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TDeviceMetricCalibrationType read Gettype_Element write Settype_Element;
Public property state : string read Getstate write Setstate;
Public property stateElement : TDeviceMetricCalibrationState read GetstateElement write SetstateElement;
Public property time_ : string read Gettime_ write Settime_;
Public property time_Element : Tinstant read Gettime_Element write Settime_Element;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

Describes the type of the calibration method.

Public property type_Element : TDeviceMetricCalibrationType read Gettype_Element write Settype_Element;
 
Public property state : string read Getstate write Setstate;

Describes the state of the calibration.

Public property stateElement : TDeviceMetricCalibrationState read GetstateElement write SetstateElement;
 
Public property time_ : string read Gettime_ write Settime_;

Describes the time last calibration has been performed.

Public property time_Element : Tinstant read Gettime_Element write Settime_Element;
 

Generated by PasDoc 0.15.0.