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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Client Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.