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 DicomDataSet _ 
)  
protected: 
void OnDicomDataSetReceived(  
   String^ sopInstanceUID, 
   String^ datasetPath, 
   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 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.