←Select platform

GetTransfer Method

Summary

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

Syntax

C#
VB
C++
public string GetTransfer( 
   byte id, 
   int index 
) 
Public Function GetTransfer( _ 
   ByVal id As Byte, _ 
   ByVal index As Integer _ 
) As String 
public: 
String^ GetTransfer(  
   byte id, 
   int index 
)  

Parameters

id
Presentation Context ID. The ID provides information about both the class type of the data and the Transfer Syntax to use when transferring the data.

index
Index of the Transfer Syntax to get.

Return Value

The Transfer Syntax Name for the specified Presentation Context and index.

Remarks

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.

Example

For an example, refer to SendCEchoRequest.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly