FindLayerRefImageItem method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short FindLayerRefImageItem(BSTR bstrSOPInstanceUID);

Overview

Refer to Working with DICOM Annotations

Remarks

The FindLayerRefImageItem method updates the CurrentElement property with the Item in the "Referenced Image Sequence" (0008,1140) that references the specified Image SOP Instance, where the sequence exists under one of the Items (the one specified by the CurrentElement property) of the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

The "Graphic Annotation Sequence" Item should be specified by the CurrentElement property when calling the method.

The FindFirstGraphicAnnItem method and the MoveNextGraphicAnnItem method can be used to enumerate all the Items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".

See Also

Elements:

AddLayerImageRef method, GetLayerImageRefCount method, GetLayerImageRefInstanceUID method, RemoveLayerImageRef method, FindPresStateRefImageItem method, FindFirstGraphicAnnItem method, MoveNextGraphicAnnItem method

Topics:

ILEADDicomDS Interface, IDicomTextObjectAttributes Interface

 

Dicom Annotations: Layers