MoveNextTag method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short MoveNextTag ();

Overview

Refer to Working with Tags.

Remarks

Updates the CurrentTag property to the item in the Data Element Tag Table that immediately follows the item specified by the CurrentTag property.

The following methods will also help you navigate the Data Element Tag Table:

MoveFirstTag method

MoveLastTag method

MovePrevTag method

To determine the number of entries in the Data Element Tag Table, use GetTagCount.

See Also

Elements:

MoveLastTag method, MoveFirstTag method, MovePrevTag method, GetTagCount method

Topics:

Data Element Tags: Maneuvering Through the Data Element Tag Table