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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly