Class TDeviceDefinitionLink
Unit
bsFhir_r5
Declaration
type TDeviceDefinitionLink = 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 relation : TCoding read Getrelation write Setrelation; |
The type indicates the relationship of the related device to the device instance.
|
|
property relatedDevice : TCodeableReference read GetrelatedDevice write SetrelatedDevice; |
A reference to the linked device.
|
Generated by PasDoc 0.15.0.
|