AddLayerImageRef method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short AddLayerImageRef(BSTR bstrSOPInstanceUID);

Overview

Refer to Working with DICOM Annotations

Remarks

The AddLayerImageRef method adds a new Item to the "Referenced Image Sequence" (0008,1140) 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. Also, the specified Image SOP Instance should be already referenced by the "Referenced Image Sequence" (0008,1140) under the "Presentation State Module" (the AddPresStateImageRef method can be used to do this).

See Also

Elements:

AddPresStateImageRef method, GetLayerImageRefCount method, GetLayerImageRefInstanceUID method, RemoveLayerImageRef method, FindLayerRefImageItem method

Topics:

ILEADDicomDS Interface, IDicomTextObjectAttributes Interface

 

Dicom Annotations: Layers