GetTransferCount method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long GetTransferCount (long hPDU, short nID);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Returns the number of Transfer Syntax entries for the specified Presentation Context.

A DICOM Associate can have more than one Presentation Context. The nID parameter identifies which Presentation Context to use when getting the number of Transfer Syntax entries.

A Presentation Context for an Associate Accept has only one Transfer Syntax. Therefore if you call this function for the Presentation Context of a DICOM Associate Accept, it will return 1.

See Also

Elements:

GetTransferSyntax method, SetTransferSyntax method, AddTransferSyntax method, DeleteTransferSyntax method

Topics:

DICOM Associate Connection: Getting Information About a DICOM Associate Handle