OnDicomDataSetReceived Method

Summary
Provides information for the InstanceReceivedEventArgs and raises the InstanceReceived event.
Syntax
C#
C++/CLI
protected virtual void OnDicomDataSetReceived( 
   string sopInstanceUID, 
   string datasetPath, 
   DicomDataSet dataset 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Client Assembly

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