LEADTOOLS Medical (Leadtools.Medical.Logging.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
QueryDicomEventLogDataset Method
See Also 
Leadtools.Medical.Logging.DataAccessLayer Namespace > LoggingDBDataAccessAgent Class : QueryDicomEventLogDataset 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 returned event logs.
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.
includeDicomDataSet
Decides whether to include the DicomDataSet in the returned DicomLogEntry if exists, true to include the DicomDataSet; otherwise false.
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 returned event logs.
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.
includeDicomDataSet
Decides whether to include the DicomDataSet in the returned DicomLogEntry if exists, true to include the DicomDataSet; otherwise false.
Query the event logs based on the provided matching parameters and return all matching event logs.

Syntax

Visual Basic (Declaration) 
Public Overridable Function QueryDicomEventLogDataset( _
   ByVal eventLogMatchParamsListCollection As MatchingParameterCollection, _
   ByVal eventLogOrderByParamsList As OrderByParametersList, _
   ByVal lastRowsCount As Integer, _
   ByVal includeDicomDataSet As Boolean _
) As DicomEventLogDataSet
Visual Basic (Usage)Copy Code
Dim instance As LoggingDBDataAccessAgent
Dim eventLogMatchParamsListCollection As MatchingParameterCollection
Dim eventLogOrderByParamsList As OrderByParametersList
Dim lastRowsCount As Integer
Dim includeDicomDataSet As Boolean
Dim value As DicomEventLogDataSet
 
value = instance.QueryDicomEventLogDataset(eventLogMatchParamsListCollection, eventLogOrderByParamsList, lastRowsCount, includeDicomDataSet)

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 returned event logs.
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.
includeDicomDataSet
Decides whether to include the DicomDataSet in the returned DicomLogEntry if exists, true to include the DicomDataSet; otherwise false.

Return Value

A DicomEventLogDataSet object which contains a DicomEventLogDataSet.DICOMServerEventLogDataTable that holds all the matching 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