LEADTOOLS Medical (Leadtools.Dicom.Scp assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DataSetStoredEventArgs Constructor
See Also 
Leadtools.Dicom.Scp.Command Namespace > DataSetStoredEventArgs Class : DataSetStoredEventArgs Constructor



dataSet
The stored Leadtools.Dicom.DicomDataSet
sopInstanceUID
The SOP Instance UID for the stored DataSet.
sopClassUID
The SOP Class UID for the stored DataSet.
referencedFileName
The path for the stored DataSet.
Initializes a new instance of the DataSetStoredEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dataSet As DicomDataSet, _
   ByVal sopInstanceUID As String, _
   ByVal sopClassUID As String, _
   ByVal referencedFileName As String _
)
Visual Basic (Usage)Copy Code
Dim dataSet As DicomDataSet
Dim sopInstanceUID As String
Dim sopClassUID As String
Dim referencedFileName As String
 
Dim instance As New DataSetStoredEventArgs(dataSet, sopInstanceUID, sopClassUID, referencedFileName)
C# 
public DataSetStoredEventArgs( 
   DicomDataSet dataSet,
   string sopInstanceUID,
   string sopClassUID,
   string referencedFileName
)
C++/CLI 
public:
DataSetStoredEventArgs( 
   DicomDataSet^ dataSet,
   String^ sopInstanceUID,
   String^ sopClassUID,
   String^ referencedFileName
)

Parameters

dataSet
The stored Leadtools.Dicom.DicomDataSet
sopInstanceUID
The SOP Instance UID for the stored DataSet.
sopClassUID
The SOP Class UID for the stored DataSet.
referencedFileName
The path for the stored DataSet.

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.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features