DataSetStoredEventArgs Constructor(DicomDataSet,string,string,string,string)

Summary

Initializes a new instance of the DataSetStoredEventArgs class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal dataSet As DicomDataSet, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal sopClassUID As String, _ 
   ByVal referencedFileName As String, _ 
   ByVal token As String _ 
) 
public: 
DataSetStoredEventArgs(  
   DicomDataSet^ dataSet, 
   String^ sopInstanceUID, 
   String^ sopClassUID, 
   String^ referencedFileName, 
   String^ token 
) 

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.

token
The token for the stored DataSet.

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