C#
VB
C++
Occurs when a dataset is available for moving.
public event MoveDataSetDelegate MoveDataSet
Event MoveDataSet As Leadtools.Dicom.Addin.Interfaces.MoveDataSetDelegate
event Leadtools.Dicom.Addin.Interfaces.MoveDataSetDelegate^ MoveDataSet
The event handler receives an argument of type MoveDataSetEventArgs containing data related to this event. The following MoveDataSetEventArgs properties provide information specific to this event.
Property | Description |
---|---|
MoveDataSet | Gets or sets the dataset to be sent with the C-MOVE-RSP. |
Remaining | Gets or sets the number of remaining instances to search. |
Status | Gets or sets the status of the C-FIND-REQ. |
StoreDataSet | Gets or sets the dataset to be stored to the client. |
StoreFileName | Gets or sets the name of the file to be stored. |
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