←Select platform

AfterCGet Event

Summary

Occurs before a C-GET-REQ is sent to the scp.

Syntax

C#
VB
C++
public event AfterCGetDelegate AfterCGet 
  
Public Event AfterCGet As Leadtools.Dicom.Scu.Common.AfterCGetDelegate 

Event Data

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

PropertyDescription
AffectedClass Gets or sets the SOP UID for this C-GET query
Completed Gets or sets number of completed C-STORE sub operations
Dataset Gets or sets a Leadtools.Dicom.DicomDataSetobject which contains the information retrieved from the original C-GET-REQ
Failed Gets or sets number of failed C-STORE sub operations
MessageId Gets or sets the Message ID being responded to
PresentationID Gets or sets the presentation ID being responded to
Remaining Gets or sets number of remaining C-STORE sub operations
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs)Gets the SCP.
Status Gets or sets a status Leadtools.Dicom.DicomCommandStatusType of the C-GET-REQ
Warning Gets or sets number of C-STORE sub operations that generated warnings
Example

For an example, refer to Get(dicomscp,string,list<presentationcontext>)

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly