- 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.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomAssociate Dim id As Byte Dim uid As String instance.AddTransfer(id, 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.
For an example, refer to DicomNet.SendCEchoRequest.
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.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)