Class TDeviceName

Unit

Declaration

type TDeviceName = 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 value : string read Getvalue write Setvalue;
Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TDeviceNameType read Gettype_Element write Settype_Element;
Public property display : boolean read Getdisplay write Setdisplay;
Public property displayElement : Tboolean read GetdisplayElement write SetdisplayElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property value : string read Getvalue write Setvalue;

The actual name that identifies the device.

Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
 
Public property type_ : string read Gettype_ write Settype_;

Indicates the kind of name. RegisteredName | UserFriendlyName | PatientReportedName.

Public property type_Element : TDeviceNameType read Gettype_Element write Settype_Element;
 
Public property display : boolean read Getdisplay write Setdisplay;

Indicates the default or preferred name to be displayed.

Public property displayElement : Tboolean read GetdisplayElement write SetdisplayElement;
 

Generated by PasDoc 0.15.0.