LEADTOOLS Medical (Leadtools.Medical.Workstation.Client assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
InstanceStored Event
See Also 
Leadtools.Medical.Workstation.Client Namespace > StoreClient Class : InstanceStored Event



Occurs when a DICOM instance is stored.

Syntax

Visual Basic (Declaration) 
Public Event InstanceStored As EventHandler(Of InstanceStoredEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As StoreClient
Dim handler As EventHandler(Of InstanceStoredEventArgs)
 
AddHandler instance.InstanceStored, handler
C# 
public event EventHandler<InstanceStoredEventArgs> InstanceStored
C++/CLI 
public:
event EventHandler<InstanceStoredEventArgs^>^ InstanceStored

Event Data

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

PropertyDescription
InstanceDataSetPath Gets the physical Leadtools.Dicom.DicomDataSet path for the stored instance.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Workstation.Client requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features