CopyDicomDataSetOnDisk Property

Summary

Gets or sets whether the Leadtools.Dicom.DicomDataSet should be saved on a disk or to a database.

Syntax
C#
VB
C++
public bool CopyDicomDataSetOnDisk { get; set; } 
  
Public Property CopyDicomDataSetOnDisk As Boolean 
public: 
property bool CopyDicomDataSetOnDisk { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to save the Leadtools.Dicom.DicomDataSet on a disk; false to save to a database. The default calue is false.

Remarks

To save the Leadtools.Dicom.DicomDataSet to 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