MoveDataSet Event

Summary

Occurs when a dataset is available for moving.

Syntax
C#
VB
C++
public event MoveDataSetDelegate MoveDataSet 
  
Event MoveDataSet As MoveDataSetDelegate 
event MoveDataSetDelegate^ MoveDataSet 

Event Data

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.

PropertyDescription
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.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly