C#
VB
C++
Occurs when a Leadtools.Dicom.DicomDataSet is retrieved.
public event EventHandler<InstanceReceivedEventArgs> InstanceReceived Public Event InstanceReceived As EventHandler(Of InstanceReceivedEventArgs)
public:event EventHandler<InstanceReceivedEventArgs^>^ InstanceReceived
The event handler receives an argument of type InstanceReceivedEventArgs containing data related to this event. The following InstanceReceivedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| DatasetInstance | Gets the retrieved Leadtools.Dicom.DicomDataSet object. |
| DatasetLoaded | Gets A System.Boolean value indicating whether the DatasetInstance is loaded. true if loaded; otherwise it is false. |
| InstanceDataSetPath | Gets the physical Leadtools.Dicom.DicomDataSet path for the retrieved image. |
| SOPInstanceUID | Gets the SOP Instance UID System.String value for the retrieved image. |
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
