Class TDeviceDefinitionSpecialization
Unit
bsFhir_r4
Declaration
type TDeviceDefinitionSpecialization = 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 systemType : string read GetsystemType write SetsystemType; |
The standard that is used to operate and communicate.
|
|
property systemTypeElement : Tstring read GetsystemTypeElement write SetsystemTypeElement; |
|
|
property version : string read Getversion write Setversion; |
The version of the standard that is used to operate and communicate.
|
|
property versionElement : Tstring read GetversionElement write SetversionElement; |
|
Generated by PasDoc 0.15.0.
|