GetTransferSyntax method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short GetTransferSyntax (long hPDU, short nID, long lIndex);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Returns the Transfer Syntax for the specified Presentation Context and index.

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 retrieved by specifying the ID for the appropriate Presentation Context and the index for the appropriate Transfer Syntax.

See Also

Elements:

DeleteTransferSyntax method, SetTransferSyntax method, GetTransferCount method, AddTransferSyntax method

Topics:

DICOM Associate Connection: Getting Information About a DICOM Associate Handle