←Select platform

DataTableHelper Class

Summary

A utility class that allows users to work with toolkit or user-defined databases

Syntax

C#
VB
C++
[ExtensionAttribute()] 
public static class DataTableHelper 
<ExtensionAttribute()>  
Public NotInheritable Class DataTableHelper 
public [ExtensionAttribute] 
   ref class DataTableHelper sealed abstract 

Remarks

The PACSFramework (i.e. CSStorageServerManagerDemo.exe) uses a predefined database that contains many DICOM specific tables that represent a DICOM Composite Instance. The CompositeInstanceDataSet is a strongly typed System.Data.DataSet which represents this schema. The toolkit allows you to use these predefined tables, or define your own. This class provides a layer that works with either the predefined tables or the user defined tables in a generic, consistent way. For more information on working with your own database, refer to LEAD Medical Storage Server Custom Database.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly