Class TDeviceDefinitionUdiDeviceIdentifier

Unit

Declaration

type TDeviceDefinitionUdiDeviceIdentifier = class(TBackboneElement)

Description

The characteristics, operational status and capabilities of a medical-related component of a medical device.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property deviceIdentifier : string read GetdeviceIdentifier write SetdeviceIdentifier;
Public property deviceIdentifierElement : Tstring read GetdeviceIdentifierElement write SetdeviceIdentifierElement;
Public property issuer : string read Getissuer write Setissuer;
Public property issuerElement : Turi read GetissuerElement write SetissuerElement;
Public property jurisdiction : string read Getjurisdiction write Setjurisdiction;
Public property jurisdictionElement : Turi read GetjurisdictionElement write SetjurisdictionElement;
Public property marketDistribution : TDeviceDefinitionMarketDistributionArray read GetmarketDistributionArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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 jurisdiction provided in the DeviceDefinition.udiDeviceIdentifier.

Public property deviceIdentifierElement : Tstring read GetdeviceIdentifierElement write SetdeviceIdentifierElement;
 
Public property issuer : string read Getissuer write Setissuer;

The organization that assigns the identifier algorithm.

Public property issuerElement : Turi read GetissuerElement write SetissuerElement;
 
Public property jurisdiction : string read Getjurisdiction write Setjurisdiction;

The jurisdiction to which the deviceIdentifier applies.

Public property jurisdictionElement : Turi read GetjurisdictionElement write SetjurisdictionElement;
 
Public property marketDistribution : TDeviceDefinitionMarketDistributionArray read GetmarketDistributionArray;

Indicates where and when the device is available on the market.


Generated by PasDoc 0.15.0.