Class TDeviceDefinitionVersion

Unit

Declaration

type TDeviceDefinitionVersion = class(TBackboneElement)

Description

The characteristics, operational status and capabilities of a medical-related component of a medical device.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property component : TIdentifier read Getcomponent write Setcomponent;
Public property value : string read Getvalue write Setvalue;
Public property valueElement : Tstring read GetvalueElement write SetvalueElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The type of the device version, e.g. manufacturer, approved, internal.

Public property component : TIdentifier read Getcomponent write Setcomponent;

The hardware or software module of the device to which the version applies.

Public property value : string read Getvalue write Setvalue;

The version text.

Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
 

Generated by PasDoc 0.15.0.