LEADTOOLS Medical (Leadtools.Medical.Logging.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GetDicomEventLogColumnValueCommandText Method
See Also 
Leadtools.Medical.Logging.DataAccessLayer Namespace > LoggingDBDataAccessAgent Class : GetDicomEventLogColumnValueCommandText Method



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.
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.
Get the SQL statement for querying a column in the DICOM Event Log table based on the provided Event ID.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Function GetDicomEventLogColumnValueCommandText( _
   ByVal columnName As String, _
   ByVal eventId As Long _
) As String
Visual Basic (Usage)Copy Code
Dim instance As LoggingDBDataAccessAgent
Dim columnName As String
Dim eventId As Long
Dim value As String
 
value = instance.GetDicomEventLogColumnValueCommandText(columnName, eventId)
C# 
protected abstract string GetDicomEventLogColumnValueCommandText( 
   string columnName,
   long eventId
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Logging.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features