LEADTOOLS Medical (Leadtools.Medical.Workstation.Client assembly)

InstanceReceived Event

Show in webframe





Occurs when a Leadtools.Dicom.DicomDataSet is retrieved.
Syntax
public event EventHandler<InstanceReceivedEventArgs> InstanceReceived
'Declaration
 
Public Event InstanceReceived As EventHandler(Of InstanceReceivedEventArgs)
'Usage
 
Dim instance As RetrieveClient
Dim handler As EventHandler(Of InstanceReceivedEventArgs)
 
AddHandler instance.InstanceReceived, handler

            

            
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

See Also

Reference

RetrieveClient Class
RetrieveClient Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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