Class TDeviceName
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property value : string read Getvalue write Setvalue; |
The actual name that identifies the device.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
|
property type_ : string read Gettype_ write Settype_; |
Indicates the kind of name. RegisteredName | UserFriendlyName | PatientReportedName.
|
|
property type_Element : TDeviceNameType read Gettype_Element write Settype_Element; |
|
|
property display : boolean read Getdisplay write Setdisplay; |
Indicates the default or preferred name to be displayed.
|
|
property displayElement : Tboolean read GetdisplayElement write SetdisplayElement; |
|
Generated by PasDoc 0.15.0.
|