←Select platform

InstanceTableName Property

Summary

Returns the name of the database table that corresponds to the DICOM General Image IOD

Syntax

C#
VB
C++
protected string InstanceTableName {get;} 
  
Protected ReadOnly Property InstanceTableName As String 
protected: 
property String^ InstanceTableName { 
   String^ get(); 
} 

Property Value

the name of the database table that corresponds to the DICOM General Image IOD

Remarks

The default database patient table name is "Instance". This behavior can be overriden by setting the database schema property, and setting a user-defined Storage Catalog. For more information on overriding the default behavior, see LEAD Medical Storage Server Custom Database

Requirements

Target Platforms

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

Leadtools.Medical.ExternalStore.DataAccessLayer Assembly