C#
VB
C++
Occurs before a C-MOVE-REQ is sent to the SCP.
public event BeforeCMoveDelegate BeforeCMove
Public Event BeforeCMove As Leadtools.Dicom.Scu.Common.BeforeCMoveDelegate
public:
event Leadtools.Dicom.Scu.Common.BeforeCMoveDelegate^ BeforeCMove
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.
Property | Description |
---|---|
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. |
For an example refer to Move(dicomscp,string,string)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET