←Select platform

Cancel Method

Summary

Causes the DicomConnection to immediately stop processing.

Syntax
C#
C++/CLI
public void Cancel() 
public:  
   void Cancel() 
Remarks

Calling the Cancel method on an active DicomConnection causes the DicomConnection to immediately stop processing (i.e. sending REQ and waiting for RSP).

This method was added to the toolkit to handle the case where an SCP receives a C-MOVE-RQ, but then receives a C-CANCEL-MOVE-RQ as follows:

  • The SCP receives a C-MOVE-RQ
  • A StoreScu (which derives from DicomConnection) begins the store operations
  • The SCP receives a C-CANCEL-MOVE-RQ
  • The SCP immediately stops the StoreScu processing by calling Cancel

The StoreScu handles this case automatically.

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

Leadtools.Dicom.Scu Assembly

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