BeforeCMove Event

Summary
Occurs before a C-MOVE-REQ is sent to the SCP.
Syntax
C#
VB
C++
public event BeforeCMoveDelegate BeforeCMove 
  
Public Event BeforeCMove As BeforeCMoveDelegate 
public: 
event BeforeCMoveDelegate^ BeforeCMove 
Event Data

The event handler receives an argument of type BeforeCMoveEventArgs containing data related to this event. The following BeforeCMoveEventArgs properties provide information specific to this event.

PropertyDescription
AffectedClass Gets or sets the affected class.
Dataset Gets the dataset.
DestinationAETitle Gets the move destination ae title.
MessageId Gets or sets the message id.
PresentationID Gets or sets the presentation ID.
Priority Gets or sets the priority.
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs)Gets the SCP.
Example

For an example refer to Move(DicomScp,String,String)

Requirements

Target Platforms

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

Leadtools.Dicom.Scu Assembly

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