MoveNextGraphicAnnItem method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short MoveNextGraphicAnnItem();

Overview

Refer to Working with DICOM Annotations

Remarks

The MoveNextGraphicAnnItem method updates the CurrentElement property with the Item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module" that immediately follows the Item specified in the CurrentElement property.

Use this method along with the FindFirstGraphicAnnItem method to enumerate all the Items under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

See Also

Elements:

FindFirstGraphicAnnItem method, CreateGraphicAnnItem method, GetLayerGraphicObjectCount method, RemoveLayerGraphicObjects method, GetLayerTextObjectCount method, RemoveLayerTextObjects method

Topics:

ILEADDicomDS Interface, IDicomGraphicObjectAttributes Interface

 

Dicom Annotations: Graphic Objects