DeleteTransferSyntax method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void DeleteTransferSyntax (long hPDU, short nID, long lIndex);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Deletes a Transfer Syntax from the specified Presentation Context.

A DICOM Associate (Request or Accept) can have multiple Presentation Contexts. A DICOM Associate Request can have multiple Transfer Syntax entries for each Presentation Context. A Transfer Syntax can be deleted by specifying the ID for the appropriate Presentation Context and the index for the appropriate Transfer Syntax.

See Also

Elements:

GetTransferCount method, GetTransferSyntax method, SetTransferSyntax method, AddTransferSyntax method

Topics:

DICOM Associate Connection: Modifying a DICOM Associate Handle