Class TDeviceVersion

Unit

Declaration

type TDeviceVersion = class(TBackboneElement)

Description

A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-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 installDate : string read GetinstallDate write SetinstallDate;
Public property installDateElement : TdateTime_ read GetinstallDateElement write SetinstallDateElement;
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 installDate : string read GetinstallDate write SetinstallDate;

The date the version was installed on the device.

Public property installDateElement : TdateTime_ read GetinstallDateElement write SetinstallDateElement;
 
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.