Class TDeviceDefinitionDeviceName
Unit
bsFhir_r5
Declaration
type TDeviceDefinitionDeviceName = class(TBackboneElement)
Description
The characteristics, operational status and capabilities of a medical-related component of a medical device.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property name_ : string read Getname_ write Setname_; |
A human-friendly name that is used to refer to the device - depending on the type, it can be the brand name, the common name or alias, or other.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property type_ : string read Gettype_ write Settype_; |
The type of deviceName. RegisteredName | UserFriendlyName | PatientReportedName.
|
|
property type_Element : TDeviceNameType read Gettype_Element write Settype_Element; |
|
Generated by PasDoc 0.15.0.
|