Leadtools.Dicom.AddIn.Interfaces Namespace > IProcessCMove Interface : MoveDataSet Event |
event MoveDataSetDelegate MoveDataSet
'Declaration Event MoveDataSet As MoveDataSetDelegate
'Usage Dim instance As IProcessCMove Dim handler As MoveDataSetDelegate AddHandler instance.MoveDataSet, handler
event MoveDataSetDelegate MoveDataSet
add_MoveDataSet(function(sender, e)) remove_MoveDataSet(function(sender, e))
event 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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2