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



eventLogMatchParamsListCollection
A collection of Leadtools.Medical.DataAccessLayer.Catalog.CatalogElement array that holds the matching parameter fields and values.
eventLogOrderByParamsList
An object of type Leadtools.Medical.Logging.DataAccessLayer.MatchingParameters.OrderByParametersList that contains the parameters to sort the returned event log ID's.
lastRowsCount
An System.Int32 value that determines the number of recent event logs returned from all matched event logs. Pass -1 to return all matching event logs.
eventLogMatchParamsListCollection
A collection of Leadtools.Medical.DataAccessLayer.Catalog.CatalogElement array that holds the matching parameter fields and values.
eventLogOrderByParamsList
An object of type Leadtools.Medical.Logging.DataAccessLayer.MatchingParameters.OrderByParametersList that contains the parameters to sort the returned event log ID's.
lastRowsCount
An System.Int32 value that determines the number of recent event logs returned from all matched event logs. Pass -1 to return all matching event logs.
Gets the SQL statement for querying the Event Log ID field for all matching DICOM Event Logs.

Syntax

Visual Basic (Declaration) 
Overrides Protected Function GetDicomEventLogIDsQueryCommandText( _
   ByVal eventLogMatchParamsListCollection As Collection(Of CatalogElement()), _
   ByVal eventLogOrderByParamsList As OrderByParametersList, _
   ByVal lastRowsCount As Integer _
) As String
Visual Basic (Usage)Copy Code
Dim instance As LoggingSqlCeDataAccessAgent
Dim eventLogMatchParamsListCollection As Collection(Of CatalogElement())
Dim eventLogOrderByParamsList As OrderByParametersList
Dim lastRowsCount As Integer
Dim value As String
 
value = instance.GetDicomEventLogIDsQueryCommandText(eventLogMatchParamsListCollection, eventLogOrderByParamsList, lastRowsCount)
C# 
protected override string GetDicomEventLogIDsQueryCommandText( 
   Collection<CatalogElement[]> eventLogMatchParamsListCollection,
   OrderByParametersList eventLogOrderByParamsList,
   int lastRowsCount
)
C++/CLI 
protected:
String^ GetDicomEventLogIDsQueryCommandText( 
   Collection<array<CatalogElement^>>^ eventLogMatchParamsListCollection,
   OrderByParametersList^ eventLogOrderByParamsList,
   int lastRowsCount
) override 

Parameters

eventLogMatchParamsListCollection
A collection of Leadtools.Medical.DataAccessLayer.Catalog.CatalogElement array that holds the matching parameter fields and values.
eventLogOrderByParamsList
An object of type Leadtools.Medical.Logging.DataAccessLayer.MatchingParameters.OrderByParametersList that contains the parameters to sort the returned event log ID's.
lastRowsCount
An System.Int32 value that determines the number of recent event logs returned from all matched event logs. Pass -1 to return all matching event logs.

Return Value

A System.String representing the SQL statement for querying the Event Log ID field for all matching DICOM Event Logs.

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