BeforeNSet Event

Summary
Occurs just before an N-SET-REQ is sent to the SCP.
Syntax
C#
VB
C++
public event EventHandler<CommonEventArgs> BeforeNSet 
  
Public Event BeforeNSet As EventHandler(Of CommonEventArgs) 
public: 
event EventHandler<CommonEventArgs^>^ BeforeNSet 
Event Data

The event handler receives an argument of type CommonEventArgs containing data related to this event. The following CommonEventArgs properties provide information specific to this event.

PropertyDescription
AffectedClass Gets the affected class.
DataSet Gets the data set.
Instance Gets the instance.
MessageID Gets or sets the message ID.
PresentationID Gets the presentation context id.
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs)Gets the SCP.
Example

For an example refer to Create<TData>(DicomScp,TData)

Requirements

Target Platforms

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

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.