←Select platform

DataSetStoringEventArgs Constructor

Summary

Initializes a new instance of the DataSetStoringEventArgs class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal dataSet As Leadtools.Dicom.DicomDataSet, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal sopClassUID As String _ 
) 
public: 
DataSetStoringEventArgs(  
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly