LEADTOOLS Medical (Leadtools.Medical.Workstation.Client assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
InstanceReceivedEventArgs Constructor
See Also 
Leadtools.Medical.Workstation.Client Namespace > InstanceReceivedEventArgs Class : InstanceReceivedEventArgs Constructor



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.
Initializes a new instance of the InstanceReceivedEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal sopInstanceUID As String, _
   ByVal instanceDataSetPath As String, _
   ByVal datasetInstance As DicomDataSet, _
   ByVal datasetLoaded As Boolean _
)
Visual Basic (Usage)Copy Code
Dim sopInstanceUID As String
Dim instanceDataSetPath As String
Dim datasetInstance As DicomDataSet
Dim datasetLoaded As Boolean
 
Dim instance As New InstanceReceivedEventArgs(sopInstanceUID, instanceDataSetPath, datasetInstance, datasetLoaded)
C# 
public InstanceReceivedEventArgs( 
   string sopInstanceUID,
   string instanceDataSetPath,
   DicomDataSet datasetInstance,
   bool datasetLoaded
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Workstation.Client requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features