←Select platform

BeforeCStore Event

Summary

Occurs before a C-STORE-REQ is sent to the server.

Syntax

C#
VB
C++
public event BeforeCStoreDelegate BeforeCStore 
  
Public Event BeforeCStore As Leadtools.Dicom.Scu.Common.BeforeCStoreDelegate 

Event Data

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

PropertyDescription
AffectedClass Gets the affected class.
Dataset Gets the dataset.
Error Gets the error.
FileInfo Gets the file info.
Instance Gets the instance.
MessageId Gets or sets the message id.
MoveAE Gets the move AE.
MoveMessageID Gets or sets the move message ID.
PresentationID Gets the presentation ID.
Priority Gets the priority.
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs)Gets the SCP.
Skip Gets or sets the skip method.
Example

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

Requirements

Target Platforms

See Also

Reference

StoreScu Class

StoreScu Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly