Class TDeviceDefinitionRegulatoryIdentifier

Unit

Declaration

type TDeviceDefinitionRegulatoryIdentifier = 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 type_ : string read Gettype_ write Settype_;
Public property type_Element : TDeviceDefinitionRegulatoryIdentifierType read Gettype_Element write Settype_Element;
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;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

The type of identifier itself.

Public property type_Element : TDeviceDefinitionRegulatoryIdentifierType read Gettype_Element write Settype_Element;
 
Public property deviceIdentifier : string read GetdeviceIdentifier write SetdeviceIdentifier;

The identifier itself.

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

The organization that issued this identifier.

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;
 

Generated by PasDoc 0.15.0.