Class TDeviceDefinitionUdiDeviceIdentifier
Unit
bsFhir_r4b
Declaration
type TDeviceDefinitionUdiDeviceIdentifier = 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 deviceIdentifier : string read GetdeviceIdentifier write SetdeviceIdentifier; |
The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdication porvided in the DeviceDefinition.udiDeviceIdentifier.
|
|
property deviceIdentifierElement : Tstring read GetdeviceIdentifierElement write SetdeviceIdentifierElement; |
|
|
property issuer : string read Getissuer write Setissuer; |
The organization that assigns the identifier algorithm.
|
|
property issuerElement : Turi read GetissuerElement write SetissuerElement; |
|
|
property jurisdiction : string read Getjurisdiction write Setjurisdiction; |
The jurisdiction to which the deviceIdentifier applies.
|
|
property jurisdictionElement : Turi read GetjurisdictionElement write SetjurisdictionElement; |
|
Generated by PasDoc 0.15.0.
|