FindTag method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short FindTag ( long lCode );

Overview

Refer to Working with Tags.

Remarks

Updates the CurrentTag property to the item in the Data Element Tag Table with the specified tag (lCode).

As an example, if you call this function with lCode set to TAG_STUDY_DATE, and the Data Element Tag Table filled with the default values, the CurrentTag property will contain TAG_STUDY_DATE, 0x00080020, 0xFFFFFFFF, "Study Date", VR_DA, 1, 1, and 1.

To see the default values for the Data Element Tag Table, refer to the Default Data Element Tag Table.

See Also

Elements:

FindIndexTag method

Topics:

Data Element Tags: Searching the Data Element Tag Table