LEADTOOLS Medical (Leadtools.Dicom.Scp assembly)
LEAD Technologies, Inc

CMoveResponse Event






Occurs before sending a C-MOVE response to a client.
Syntax
public event EventHandler<CMoveResponseEventArgs> CMoveResponse
'Declaration
 
Public Event CMoveResponse As EventHandler(Of CMoveResponseEventArgs)
'Usage
 
Dim instance As ClientSession
Dim handler As EventHandler(Of CMoveResponseEventArgs)
 
AddHandler instance.CMoveResponse, handler
public event EventHandler<CMoveResponseEventArgs> CMoveResponse
add_CMoveResponse(function(sender, e))
remove_CMoveResponse(function(sender, e))

public:
event EventHandler<CMoveResponseEventArgs^>^ CMoveResponse
Event Data

The event handler receives an argument of type CMoveResponseEventArgs containing data related to this event. The following CMoveResponseEventArgs properties provide information specific to this event.

PropertyDescription
AbstractClass (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs)Gets the Abstract Syntax from the client request.
Handled (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs)Gets or sets a value indicating if the user received the event handled sending the client response to the user.
MessageID (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs)Gets the message ID from the client request.
PresentationId (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs)Gets the presentation ID from the client request.
Remaining Gets the number of remaining C-STORE sub-operations
ResponseDataset (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs)Gets the Leadtools.Dicom.DicomDataSet which will be sent with the response.
Status (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs)Gets the status for processing the client request.
Requirements

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

See Also

Reference

ClientSession Class
ClientSession Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features