- 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 delete. This index is zero-based.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomAssociate Dim id As Byte Dim index As Integer instance.DelTransfer(id, 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 delete. This index is zero-based.
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 deleted by specifying the ID for the appropriate Presentation Context and the index for the appropriate 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)