Leadtools.Medical.Workstation.Client Namespace > RetrieveClient Class : InstanceReceived Event |
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
add_InstanceReceived(function(sender, e)) remove_InstanceReceived(function(sender, e))
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2