FindUID method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall FindUID(System::AnsiString sCode);

Delphi Syntax

function FindUID(sCode: String): Integer;

Overview

Refer to Working with Unique Identifiers.

Remarks

Updates the CurrentUID property to the item in the UID Table with the specified unique identifier code.

As an example, if you call this function with sCode set to "1.2.840.10008.1.1", and the UID Table filled with the default values, the CurrentUID property will contain the following:

Property

Value

Code

'1.2.840.10008.1.1'

Name

'Verification SOP Class'

To see the default values for the UID Table, refer to the Default UID Table.

See Also

Elements:

FindIndexUID method