←Select platform

DelTransfer Method

Summary
Deletes a Transfer Syntax from the specified Presentation Context.
Syntax
C#
Objective-C
C++/CLI
public void DelTransfer( 
   byte id, 
   int index 
) 
- (void)deleteTransferSyntaxForID:(uint8_t)ID atIndex:(NSUInteger)index; 
public: 
void DelTransfer(  
   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 delete. This index is zero-based.

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 deleted by specifying the ID for the appropriate Presentation Context and the index for the appropriate Transfer Syntax.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.