Leadtools.Dicom.Scu Namespace > StoreScu Class : BeforeCStore Event |
public event BeforeCStoreDelegate BeforeCStore
'Declaration Public Event BeforeCStore As BeforeCStoreDelegate
'Usage Dim instance As StoreScu Dim handler As BeforeCStoreDelegate AddHandler instance.BeforeCStore, handler
public event BeforeCStoreDelegate BeforeCStore
add_BeforeCStore(function(sender, e)) remove_BeforeCStore(function(sender, e))
public: event 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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2