AfterCStore Event

Summary
Occurs after receiving a C-STORE-RSP.
Syntax
C#
VB
C++
public event AfterCStoreDelegate AfterCStore 
  
Public Event AfterCStore As AfterCStoreDelegate 
public: 
event AfterCStoreDelegate^ AfterCStore 
Event Data

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

PropertyDescription
AffectedClass Gets the affected class.
FileInfo Gets the file.
Instance Gets the instance.
MessageId Gets the message id.
PresentationID Gets the presentation ID.
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs)Gets the SCP.
Status Gets the status.
Example

For an example refer to Store(DicomScp, string, string, bool).

Requirements

Target Platforms

See Also

Reference

StoreScu Class

StoreScu Members

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.