←Select platform

InstanceReceived Event

Summary

Occurs when a Leadtools.Dicom.DicomDataSet is retrieved.

Syntax

C#
VB
C++
public event EventHandler<InstanceReceivedEventArgs> InstanceReceived 
  
Public Event InstanceReceived As EventHandler(Of InstanceReceivedEventArgs) 
public: 
event EventHandler<InstanceReceivedEventArgs^>^ InstanceReceived 

Event Data

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.

PropertyDescription
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.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Client Assembly