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

Show in webframe

DoUpdateDatabase Property






Gets or sets a value indicating whether to update the database when DoExecute gets called.
Syntax
public bool DoUpdateDatabase {get; set;}
'Declaration
 
Public Property DoUpdateDatabase As Boolean
'Usage
 
Dim instance As CStoreCommand
Dim value As Boolean
 
instance.DoUpdateDatabase = value
 
value = instance.DoUpdateDatabase

            

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

Property Value

true to update the database when DoExecute gets called; otherwise, false.
Remarks
Several steps occur when DoExecute is called to store a Leadtools.Dicom.DicomDataSet. If DoUpdateDatabase is false when DoExecute is called, then the second step of updating the database is skipped. The default value for DoUpdateDatabase 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