C#
VB
C++
Occurs before a C-GET-REQ is sent to the scp.
public event BeforeCGetDelegate BeforeCGet
Public Event BeforeCGet As Leadtools.Dicom.Scu.Common.BeforeCGetDelegate
public:
event Leadtools.Dicom.Scu.Common.BeforeCGetDelegate^ BeforeCGet
The event handler receives an argument of type BeforeCGetEventArgs containing data related to this event. The following BeforeCGetEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AffectedClass | Gets or sets the SOP UID for this C-Get query |
Dataset | Gets or sets the DICOM data set which describes the C-GET-REQ information to retrieve |
MessageId | Gets or sets the message ID |
PresentationID | Gets or sets the presentation ID |
Priority | Gets or sets priority level of the message |
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |
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