←Select platform

AddTransfer Method

Summary

Adds a Transfer Syntax to the specified Presentation Context.

Syntax
C#
VB
C++
public void AddTransfer( 
   byte id, 
   string uid 
) 
Public Sub AddTransfer( _ 
   ByVal id As Byte, _ 
   ByVal uid As String _ 
)  
public: 
void AddTransfer(  
   byte id, 
   String^ uid 
)  

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.

uid
The new Transfer Syntax to add. For a list of possible values, refer to Transfer Syntax Values.

Remarks

A DICOM Associate (Request or Accept) can have multiple Presentation Contexts. A Transfer Syntax can be added by specifying the ID for the appropriate Presentation Context to which to add the Transfer Syntax.

Example

For an example, refer to SendCEchoRequest.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly