CopyDicomDataSetOnDisk Property

Summary
Gets or sets whether the Leadtools.Dicom.DicomDataSet should be saved on a disk or to a database.
Syntax
C#
C++/CLI
public bool CopyDicomDataSetOnDisk { get; set; } 
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 value 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.