GetPresentationID method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short GetPresentationID (long hPDU, long lIndex);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Returns the Presentation Context ID of the Presentation Context at the specified index, for the specified DICOM Associate.

A DICOM Associate (Request or Accept) can have multiple Presentation Contexts. The Presentation ID can be retrieved by passing the appropriate value for nIndex.

To determine the number of presentation contexts a DICOM Associate has, call GetPresentationCount method.

See Also

Elements:

GetPresentationAbstract method, GetPresentationCount method, GetPresentationResult method, SetPresentationAbstract method, SetPresentationID method, SetPresentationResult method, AddPresentation method, DeletePresentation method

Topics:

DICOM Associate Connection: Getting Information About a DICOM Associate Handle