Adds a Transfer Syntax to the specified Presentation Context.
Public Sub AddTransfer( _
ByVal id As Byte, _
ByVal uid As String _
)
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.
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.
For an example, refer to SendCEchoRequest.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET