FindTag method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall FindTag(Cardinal uCode);

Delphi Syntax

function FindTag(uCode: Cardinal): Integer;

Overview

Refer to Working with Tags.

Remarks

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

As an example, if you call this function with uCode set to TAG_STUDY_DATE, and the Data Element Tag Table filled with the default values, the CurrentTag property will contain the following:

Property

Value

Code

TAG_STUDY_DATE, $00080020

DivideVM

1

Mask

$FFFFFFFF

MaxVM

1

MinVM

1

Name

'Study Date'

VR

VR_DA

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

See Also

Elements:

FindIndexTag method