Visual Basic (Declaration) | |
---|---|
Public Function GetTransfer( _ ByVal id As Byte, _ ByVal index As Integer _ ) As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.For an exmple, refer to SendCEchoRequest.
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.
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