GetPresStateImageRefInstanceUID method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BSTR GetPresStateImageRefInstanceUID(long lImageIndex);

Overview

Refer to Working with DICOM Annotations

Remarks

The GetPresStateImageRefInstanceUID method returns the SOP Instance UID of an Image SOP Instance referenced by the "Referenced Image Sequence" (0008,1140) that belongs to one of the Items (the one specified by the CurrentElement property) under the "Referenced Series Sequence" (0008,1115) in the "Presentation State Module".

The "Referenced Series Sequence" Item should be specified by the CurrentElement property when calling the method.

The FindFirstPresStateRefSeriesItem method and the MoveNextPresStateRefSeriesItem method can be used to enumerate all the Items under the "Referenced Series Sequence".

Having the CurrentElement property updated with an Item in the "Referenced Series Sequence", the images referenced by the "Referenced Image Sequence" under that Item can be enumerated using this method and the GetPresStateImageRefCount method.

See Also

Elements:

FindFirstPresStateRefSeriesItem method, MoveNextPresStateRefSeriesItem method, GetPresStateImageRefCount method, AddPresStateImageRef method, RemovePresStateImageRef method, RemoveAllPresStateImageRefs method

Topics:

ILEADDicomDS Interface, IDicomPresStateAttributes Interface

 

Dicom Annotations: Presentation State Module