←Select platform

DicomNet Constructor (DicomNet)

Summary

Initializes a new instance of the DicomNet class.

Syntax

C#
VB
WinRT C#
C++
public DicomNet(  
   string path, 
   Leadtools.Dicom.Networking.IDicomEvents dicomEvents 
) 
Public Function New( _ 
   ByVal path As String, _ 
   ByVal dicomEvents As Leadtools.Dicom.Networking.IDicomEvents _ 
) 
public DicomNet(  
   string path, 
   Leadtools.Dicom.Networking.IDicomEvents dicomEvents 
) 
function DicomNet(  
   path , 
   dicomEvents  
) 
public: 
DicomNet(  
   String^ path, 
   Leadtools.Dicom.Networking.IDicomEvents^ dicomEvents 
) 

Parameters

path
The location of the temporary files. DICOM uses temporary files during the course of creating a file. If this parameter is a null reference (Nothing in VB), the DICOM temporary files are kept in the directory Windows places its own temporary files. If this parameter is not a null reference, the temporary files are placed in the specified directory.

dicomEvents
Object that implements IDicomEvents. This object will be notified of DICOM networking events.

Remarks

The LEADTOOLS DICOM DLL must be initialized before performing any of the network operations. This is done using the Startup method. Use the other constructor version, DicomNet(string, DicomNetSecurityeMode, bool), to modify the default security settings, or to use non-default security settings.

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 Assembly