DataSetFolder Property

Summary

Gets or sets the folder path where the Leadtools.Dicom.DicomDataSet will be saved.

Syntax
C#
VB
C++
public string DataSetFolder { get; set; } 
  
Public Property DataSetFolder As String 
public: 
property String^ DataSetFolder { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The folder path where the Leadtools.Dicom.DicomDataSet will be saved.

Remarks

To save the Leadtools.Dicom.DicomDataSet to a disk the CopyDicomDataSetOnDisk should be set to true.

To save the Leadtools.Dicom.DicomDataSet to a disk the database should include the column "DatasetPath" and the version number should be 1.5 or higher

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.Medical.Logging.DataAccessLayer Assembly