InsertTag method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short InsertTag ( long lCode, long lMask, BSTR pszName, short nVR, long lMinVM, long lMaxVM, long lDivideVM );

Overview

Refer to Working with Tags.

Remarks

Inserts a new item in the Data Element Tag Table. If successful, it sets the CurrentTag property to the new item.

All items are inserted at the bottom of the table.

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

See Also

Elements:

DeleteTag method, ResetTag method, DefaultTag method

Topics:

Data Element Tags: Inserting and Deleting Data Element Tags