FindFirstGraphicAnnItem method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short FindFirstGraphicAnnItem();

Overview

Refer to Working with DICOM Annotations

Remarks

The FindFirstGraphicAnnItem method updates the CurrentElement property with the first Item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

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

See Also

Elements:

MoveNextGraphicAnnItem method, CreateGraphicAnnItem method, GetLayerGraphicObjectCount method, RemoveLayerGraphicObjects method, GetLayerTextObjectCount method, RemoveLayerTextObjects method

Topics:

ILEADDicomDS Interface, IDicomGraphicObjectAttributes Interface

 

Dicom Annotations: Graphic Objects