←Select platform

DeletePresentation Method

Summary

Deletes a Presentation Context in the DICOM Associate.

Syntax
C#
VB
C++
public void DeletePresentation( 
   byte id 
) 
Public Sub DeletePresentation( _ 
   ByVal id As Byte _ 
)  
public: 
void DeletePresentation(  
   byte id 
)  

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.

Remarks

A DICOM Associate can have multiple Presentation Contexts. Any of these can be deleted by passing the appropriate value for id. The number of Presentation Contexts a DICOM Associate has is specified by PresentationContextCount.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly