Gets or sets a value indicating whether to use the external store (cloud) settings to determine where the Leadtools.Dicom.DicomDataSet will be saved when DoExecute gets called.
public bool DoUseExternalStoreSettings { get; set; }
Public Property DoUseExternalStoreSettings As Boolean
true
to use the external store (cloud) settings to determine where the Leadtools.Dicom.DicomDataSet will be saved when DoExecute gets called; otherwise, false
.
Several steps occur when DoExecute is called to store a Leadtools.Dicom.DicomDataSet.
If DoUseExternalStoreSettings is false
when DoExecute is called, then the Leadtools.Dicom.DicomDataSet is stored locally. Otherwise, the external store settings are used to determine where the Leadtools.Dicom.DicomDataSet will be saved, which can be locally or on the external store. The default value for DoUseExternalStoreSettings is true
.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET