←Select platform

DicomDir Constructor(string)

Summary

Initializes a new instance of the DicomDir class.

Syntax
C#
VB
C++
public DicomDir( 
   string destinationFolder 
) 
Public Function New( _ 
   ByVal destinationFolder As String _ 
) 
public: 
DicomDir(  
   String^ destinationFolder 
) 

Parameters

destinationFolder
The name of an existing destination folder in which to save the DICOMDIR File.

Remarks

If the destination folder of the DICOMDIR File is not specified at the construction time, it can be specified later on using the method Reset. Please note that no DICOM file can be added to the DICOM Directory unless this folder is specified.

Example

For an example, refer to Reset.

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 Assembly