DeleteTag method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short DeleteTag ();

Overview

Refer to Working with Tags.

Remarks

Deletes the item specified by the CurrentTag property from the Data Element Tag Table. Sets the CurrentTag property to the previous item in the table.

You can remove all items from the table using the ResetTag method.

See Also

Elements:

ResetTag method, MoveFirstTag method, MoveLastTag method, MovePrevTag method, MoveNextTag method, FindTag method, FindIndexTag method, InsertTag method

Topics:

Data Element Tags: Inserting and Deleting Data Element Tags