Class TDeviceDefinitionDeviceName

Unit

Declaration

type TDeviceDefinitionDeviceName = 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 name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TDeviceNameType read Gettype_Element write Settype_Element;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

The name of the device.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property type_ : string read Gettype_ write Settype_;

The type of deviceName. UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName | ModelName.

Public property type_Element : TDeviceNameType read Gettype_Element write Settype_Element;
 

Generated by PasDoc 0.15.0.