←Select platform

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 Leadtools.Dicom.DicomDataSet, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal sopClassUID As String, _ 
   ByVal referencedFileName As String, _ 
   ByVal token As String _ 
) 
public: 
DataSetStoredEventArgs(  
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly