Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
GetTransfer Method
See Also 
Leadtools.Dicom Namespace > DicomAssociate Class : GetTransfer Method




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.
Gets the Transfer Syntax for the specified Presentation Context and index.

Syntax

Visual Basic (Declaration) 
Public Function GetTransfer( _
   ByVal id As Byte, _
   ByVal index As Integer _
) As String
Visual Basic (Usage)Copy Code
Dim instance As DicomAssociate
Dim id As Byte
Dim index As Integer
Dim value As String
 
value = instance.GetTransfer(id, index)
C# 
public string GetTransfer( 
   byte id,
   int index
)
Managed Extensions for C++ 
public: string* GetTransfer( 
   byte id,
   int index
) 
C++/CLI 
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.

Example

For an exmple, refer to SendCEchoRequest.

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features