C#
VB
C++
Occurs when a dataset has been successfully moved to the destination.
public event MovedDelegate Moved
Public Event Moved As Leadtools.Dicom.Scu.Common.MovedDelegate
public:
event Leadtools.Dicom.Scu.Common.MovedDelegate^ Moved
The event handler receives an argument of type MovedEventArgs containing data related to this event. The following MovedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Dataset | Gets the dataset. |
Instance | Gets or sets the instance. |
Patient | Gets or sets the patient. |
Remote | Gets the remote. |
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |
Series | Gets or sets the series. |
Status | Gets or sets the status for the store operation. |
Study | Gets or sets the study. |
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