Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Scp assembly)

Show in webframe

DoUseExternalStoreSettings Property






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.
Syntax
public bool DoUseExternalStoreSettings {get; set;}
'Declaration
 
Public Property DoUseExternalStoreSettings As Boolean
'Usage
 
Dim instance As CStoreCommand
Dim value As Boolean
 
instance.DoUseExternalStoreSettings = value
 
value = instance.DoUseExternalStoreSettings

            

            
public:
property bool DoUseExternalStoreSettings {
   bool get();
   void set (    bool value);
}

Property Value

true to use the external store (cloud) settings to determine where the Leadtools.Dicom.DicomDataSet will be saved when DoExecute gets called; otherwise, false.
Remarks
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.
Requirements

Target Platforms

See Also

Reference

CStoreCommand Class
CStoreCommand Members

Error processing SSI file
Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features