DataSetStoringEventArgs Constructor

Summary
Initializes a new instance of the DataSetStoringEventArgs class.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal dataSet As DicomDataSet, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal sopClassUID As String _ 
) 
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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.