Class TDeviceDefinitionVersion
Unit
bsFhir_r5
Declaration
type TDeviceDefinitionVersion = 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 type_ : TCodeableConcept read Gettype_ write Settype_; |
The type of the device version, e.g. manufacturer, approved, internal.
|
|
property component : TIdentifier read Getcomponent write Setcomponent; |
The hardware or software module of the device to which the version applies.
|
|
property value : string read Getvalue write Setvalue; |
The version text.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|