CreateDatabaseProvider Method

Summary

Creates the database provider for connecting and working with DICOM Work-list database.

Syntax
C#
VB
C++
protected abstract Database CreateDatabaseProvider() 
  
Protected MustOverride Function CreateDatabaseProvider() As Database 
protected: 
abstract Database^ CreateDatabaseProvider();  

Return Value

A Microsoft.Practices.EnterpriseLibrary.Data.Database object that can be used to connect to the DICOM Work-list database.

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.Worklist.DataAccessLayer Assembly