C#
VB
C++
Occurs before a C-STORE-REQ is sent to the server.
public event BeforeCStoreDelegate BeforeCStore
Public Event BeforeCStore As Leadtools.Dicom.Scu.Common.BeforeCStoreDelegate
public:
event Leadtools.Dicom.Scu.Common.BeforeCStoreDelegate^ BeforeCStore
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.
Property | Description |
---|---|
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. |
For an example refer to Store(DicomScp, string, string, bool).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET