←Select platform

SeriesTableName Property

Summary

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

Syntax
C#
VB
C++
public static string SeriesTableName { get; } 
Public Shared ReadOnly Property SeriesTableName() As String 
   Get 
public:  
   static property String^ SeriesTableName 
   { 
      String^ get() 
   } 

Property Value

The name of the database table that corresponds to the DICOM General Series IOD

Remarks

The default database patient table name is "Series". 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, refer to LEAD Medical Storage Server Custom 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.Storage.DataAccessLayer Assembly