BeforeCGet Event

Summary

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

Syntax
C#
VB
C++
public event BeforeCGetDelegate BeforeCGet 
  
Public Event BeforeCGet As BeforeCGetDelegate 
public: 
event BeforeCGetDelegate^ BeforeCGet 

Event Data

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.

PropertyDescription
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.

Example

For an example, refer to Get(DicomScp,String,List<PresentationContext>)

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly