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 override string GetDicomEventLogColumnValueCommandText( 
   string columnName, 
   long eventID 
) 
  
Protected Overrides Function GetDicomEventLogColumnValueCommandText( _ 
   ByVal columnName As String, _ 
   ByVal eventID As Long _ 
) As String 
protected: 
String^ GetDicomEventLogColumnValueCommandText(  
   String^ columnName, 
   int64 eventID 
) override  

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.