←Select platform

OnDicomDataSetReceived Method

Summary

Provides information for the InstanceReceivedEventArgs and raises the InstanceReceived event.

Syntax

C#
VB
C++
protected virtual void OnDicomDataSetReceived( 
   string sopInstanceUID, 
   string datasetPath, 
   DicomDataSet dataset 
) 
  
Protected Sub OnDicomDataSetReceived( _ 
   ByVal sopInstanceUID As String, _ 
   ByVal datasetPath As String, _ 
   ByVal dataset As Leadtools.Dicom.DicomDataSet _ 
)  
protected: 
void OnDicomDataSetReceived(  
   String^ sopInstanceUID, 
   String^ datasetPath, 
   Leadtools.Dicom.DicomDataSet^ dataset 
)  

Parameters

sopInstanceUID
The SOP Instance UID System.String value for the retrieved image.

datasetPath
The physical Leadtools.Dicom.DicomDataSet path for the retrieved image.

dataset
The Leadtools.Dicom.DicomDataSet object that is retrieved.

Remarks

Derived classes should call this method whenever they receive a new Leadtools.Dicom.DicomDataSet.

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