C#
VB
C++
Occurs when a DICOM instance is stored.
public event EventHandler<InstanceStoredEventArgs> InstanceStored
Public Event InstanceStored As EventHandler(Of InstanceStoredEventArgs)
public:
event EventHandler<InstanceStoredEventArgs^>^ InstanceStored
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.
Property | Description |
---|---|
InstanceDataSetPath | Gets the physical Leadtools.Dicom.DicomDataSet path for the stored instance. |
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