FindUID method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short FindUID ( BSTR pszCode );

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 pszCode set to "1.2.840.10008.1.1", and the UID Table filled with the default values, the CurrentUID property will contain "1.2.840.10008.1.1" and "Verification SOP Class".

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

See Also

Elements:

FindIndexUID method

Topics:

Unique Identifiers: Searching the UID Table