GetDicomEventLogColumnValueCommandText Method

Summary

Gets the SQL statement for querying a column in the DICOM Event Log table based on the provided Event ID.

Syntax
C#
VB
C++
protected abstract string GetDicomEventLogColumnValueCommandText( 
   string columnName, 
   long eventId 
) 
  
Protected MustOverride Function GetDicomEventLogColumnValueCommandText( _ 
   ByVal columnName As String, _ 
   ByVal eventId As Long _ 
) As String 
protected: 
abstract String^ GetDicomEventLogColumnValueCommandText(  
   String^ columnName, 
   int64 eventId 
)  

Parameters

columnName
The name of the column which value will be queried.

eventId
The ID of the Event Log to match against in the DICOM Event Log table.

Return Value

A System.String representing the SQL statement for querying a column in the DICOM Event Log table based on the provided Event ID.

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