←Select platform

GetDicomEventLogIDsSumCommandText Method

Summary

Gets the sum of the ID's for all matching DICOM Event Logs.

Syntax

C#
VB
C++
protected override string GetDicomEventLogIDsSumCommandText( 
   Collection<CatalogElement[]> eventLogMatchParamsListCollection 
) 
  
Protected Overrides Function GetDicomEventLogIDsSumCommandText( _ 
   ByVal eventLogMatchParamsListCollection As Collection(Of CatalogElement()) _ 
) As String 
protected: 
String^ GetDicomEventLogIDsSumCommandText(  
   Collection<array<CatalogElement^>>^ eventLogMatchParamsListCollection 
) override  

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

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly