C#
VB
C++
Occurs before a C-GET-REQ is sent to the scp.
public event AfterCGetDelegate AfterCGet
Public Event AfterCGet As Leadtools.Dicom.Scu.Common.AfterCGetDelegate
public:
event Leadtools.Dicom.Scu.Common.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 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 |
For an example, refer to Get(dicomscp,string,list<presentationcontext>)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET