←Select platform

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 Leadtools.Dicom.Scu.Common.BeforeCMoveDelegate 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly