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



dataSet
The Leadtools.Dicom.DicomDataSet which will be stored.
sopInstanceUID
The SOP Instance UID for the dataset to be stored.
sopClassUID
The SOP Class UID for the dataset to be stored.
Initializes a new instance of the DataSetStoringEventArgs class.

Syntax

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

Parameters

dataSet
The Leadtools.Dicom.DicomDataSet which will be stored.
sopInstanceUID
The SOP Instance UID for the dataset to be stored.
sopClassUID
The SOP Class UID for the dataset to be stored.

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