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



eventLogMatchParamsListCollection
An object of type Leadtools.Medical.DataAccessLayer.MatchingParameterCollection which contains the values to match against.
eventLogOrderByParamsList
An object of type Leadtools.Medical.Logging.DataAccessLayer.MatchingParameters.OrderByParametersList which contains the parameters to sort the event returned event logs.
lastRowsCount
An System.Int32 value that determine the number of recent event logs returned from all matched event logs. Pass -1 to return all matching event logs.
eventLogMatchParamsListCollection
An object of type Leadtools.Medical.DataAccessLayer.MatchingParameterCollection which contains the values to match against.
eventLogOrderByParamsList
An object of type Leadtools.Medical.Logging.DataAccessLayer.MatchingParameters.OrderByParametersList which contains the parameters to sort the event returned event logs.
lastRowsCount
An System.Int32 value that determine the number of recent event logs returned from all matched event logs. Pass -1 to return all matching event logs.
Queries the event logs based on the matching parameters and returns the Event ID field.

Syntax

Visual Basic (Declaration) 
Function QueryDicomEventLogID( _
   ByVal eventLogMatchParamsListCollection As MatchingParameterCollection, _
   ByVal eventLogOrderByParamsList As OrderByParametersList, _
   ByVal lastRowsCount As Integer _
) As Long()
Visual Basic (Usage)Copy Code
Dim instance As ILoggingDataAccessAgent
Dim eventLogMatchParamsListCollection As MatchingParameterCollection
Dim eventLogOrderByParamsList As OrderByParametersList
Dim lastRowsCount As Integer
Dim value() As Long
 
value = instance.QueryDicomEventLogID(eventLogMatchParamsListCollection, eventLogOrderByParamsList, lastRowsCount)

Parameters

eventLogMatchParamsListCollection
An object of type Leadtools.Medical.DataAccessLayer.MatchingParameterCollection which contains the values to match against.
eventLogOrderByParamsList
An object of type Leadtools.Medical.Logging.DataAccessLayer.MatchingParameters.OrderByParametersList which contains the parameters to sort the event returned event logs.
lastRowsCount
An System.Int32 value that determine the number of recent event logs returned from all matched event logs. Pass -1 to return all matching event logs.

Return Value

An array of System.Int64 values containing the Event ID fields for all matched 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