Leadtools.Medical.Workstation.Client Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
InstanceReceivedEventArgs Constructor
See Also 
Leadtools.Medical.Workstation.Client Namespace > InstanceReceivedEventArgs Class : InstanceReceivedEventArgs Constructor



sopInstanceUID
The SOP Instance UID String value for the retrieved image.
instanceDataSetPath
The physical DicomDataSet path for the retrieved image.
datasetInstance
The retrieved DicomDataSet object.
datasetLoaded
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 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 String value for the retrieved image.
instanceDataSetPath
The physical DicomDataSet path for the retrieved image.
datasetInstance
The retrieved DicomDataSet object.
datasetLoaded
Boolean value indicating whether the datasetInstance is loaded. true if loaded; otherwise it is false.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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