←Select platform

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 Leadtools.Dicom.DicomDataSet, _ 
   ByVal datasetLoaded As Boolean _ 
) 
public: 
InstanceReceivedEventArgs(  
   String^ sopInstanceUID, 
   String^ instanceDataSetPath, 
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Client Assembly