AddPresentation method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short AddPresentation (long hPDU, short nID, short nResult, BSTR pszAbstract);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Adds a Presentation Context to the specified DICOM Associate.

A DICOM Associate (Request or Accept) can have multiple Presentation Contexts. A Presentation Context can be added by specifying a unique ID for the new Presentation Context and valid values for the Result (Associate Accept Presentation Context entries only) and the Abstract Syntax.

See Also

Elements:

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

Topics:

DICOM Associate Connection: Modifying a DICOM Associate Handle