| Leadtools.Dicom.Scu Namespace > QueryRetrieveScu Class : BeforeCGet Event |
public event BeforeCGetDelegate BeforeCGet
'Declaration Public Event BeforeCGet As BeforeCGetDelegate
'Usage Dim instance As QueryRetrieveScu Dim handler As BeforeCGetDelegate AddHandler instance.BeforeCGet, handler
public: event 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. |