Class TDeviceDefinitionDeviceName
Unit
bsFhir_r4b
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_; |
The name of the device.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property type_ : string read Gettype_ write Settype_; |
The type of deviceName. UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName | ModelName.
|
|
property type_Element : TDeviceNameType read Gettype_Element write Settype_Element; |
|
Generated by PasDoc 0.15.0.
|