LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DicomDir Constructor(String,String)
See Also 
Leadtools.Dicom Namespace > DicomDir Class > DicomDir Constructor : DicomDir Constructor(String,String)



destinationFolder
The name of an existing destination folder in which to save the DICOMDIR File.
path
The name of the temporary files location. Refer to DicomDataSet.DicomDataSet Constructor(String) for more information.
Initializes a new instance of the DicomDir class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal destinationFolder As String, _
   ByVal path As String _
)
Visual Basic (Usage)Copy Code
Dim destinationFolder As String
Dim path As String
 
Dim instance As New DicomDir(destinationFolder, path)
C# 
public DicomDir( 
   string destinationFolder,
   string path
)
C++/CLI 
public:
DicomDir( 
   String^ destinationFolder,
   String^ path
)

Parameters

destinationFolder
The name of an existing destination folder in which to save the DICOMDIR File.
path
The name of the temporary files location. Refer to DicomDataSet.DicomDataSet Constructor(String) for more information.

Example

For an example, refer to DicomDir.Reset.

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 DicomDir.Reset. Please note that no DICOM file can be added to the DICOM Directory unless this folder is specified.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features