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



eventLogMatchParamsListCollection
A collection of Leadtools.Medical.DataAccessLayer.Catalog.CatalogElement array which holds the matching parameters fields and values.
eventLogMatchParamsListCollection
A collection of Leadtools.Medical.DataAccessLayer.Catalog.CatalogElement array which holds the matching parameters fields and values.
Get the sum of the ID's for all matching DICOM Event Logs.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Function GetDicomEventLogIDsSumCommandText( _
   ByVal eventLogMatchParamsListCollection As Collection(Of CatalogElement()) _
) As String
Visual Basic (Usage)Copy Code
Dim instance As LoggingDBDataAccessAgent
Dim eventLogMatchParamsListCollection As Collection(Of CatalogElement())
Dim value As String
 
value = instance.GetDicomEventLogIDsSumCommandText(eventLogMatchParamsListCollection)
C# 
protected abstract string GetDicomEventLogIDsSumCommandText( 
   Collection<CatalogElement[]> eventLogMatchParamsListCollection
)
C++/CLI 
protected:
abstract String^ GetDicomEventLogIDsSumCommandText( 
   Collection<array<CatalogElement^>>^ eventLogMatchParamsListCollection
) 

Parameters

eventLogMatchParamsListCollection
A collection of Leadtools.Medical.DataAccessLayer.Catalog.CatalogElement array which holds the matching parameters fields and values.

Return Value

A System.String representing the SQL statement for performing a SUM operation for the Event Log ID field for all matching DICOM Event Log.

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