DeletePresentation method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void DeletePresentation (long hPDU, short nID);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Deletes a presentation context in the specified DICOM Associate.

A DICOM Associate can have multiple presentation contexts. Any of these can be deleted by passing the appropriate value for nID.

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

See Also

Elements:

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

Topics:

DICOM Associate Connection: Modifying a DICOM Associate Handle