InstanceReceivedEventArgs Constructor

Summary
Initializes a new instance of the InstanceReceivedEventArgs class.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal sopInstanceUID As String, _ 
   ByVal instanceDataSetPath As String, _ 
   ByVal datasetInstance As DicomDataSet, _ 
   ByVal datasetLoaded As Boolean _ 
) 
public: 
InstanceReceivedEventArgs(  
   String^ sopInstanceUID, 
   String^ instanceDataSetPath, 
   DicomDataSet^ datasetInstance, 
   bool datasetLoaded 
) 

Parameters

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

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

datasetInstance
The retrieved Leadtools.Dicom.DicomDataSet object.

datasetLoaded
System.Boolean value indicating whether the datasetInstance is loaded. true if loaded; otherwise it is false.

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.