Leadtools.Dicom.Scu Namespace > QueryRetrieveScu Class : AfterCGet Event |
public event AfterCGetDelegate AfterCGet
'Declaration Public Event AfterCGet As AfterCGetDelegate
'Usage Dim instance As QueryRetrieveScu Dim handler As AfterCGetDelegate AddHandler instance.AfterCGet, handler
public: event AfterCGetDelegate^ AfterCGet
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.
Property | Description |
---|---|
AffectedClass | Gets or sets the SOP UID for this C-GET query |
Completed | Gets or sets number of completed C-STORE suboperations |
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 suboperations |
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 suboperations |
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 suboperations that generated warnings |