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#
C++/CLI
protected abstract string GetDicomEventLogColumnValueCommandText( 
   string columnName, 
   long eventId 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly

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