Get the sum of the ID's for all matching DICOM Event Logs.
protected abstract string GetDicomEventLogIDsSumCommandText(
Collection<CatalogElement[]> eventLogMatchParamsListCollection
)
Protected MustOverride Function GetDicomEventLogIDsSumCommandText( _
ByVal eventLogMatchParamsListCollection As Collection(Of CatalogElement()) _
) As String
protected:
abstract String^ GetDicomEventLogIDsSumCommandText(
Collection<array<CatalogElement^>>^ eventLogMatchParamsListCollection
)
eventLogMatchParamsListCollection
A collection of Leadtools.Medical.DataAccessLayer.Catalog.CatalogElement array which holds the matching parameters fields and values.
A System.String representing the SQL statement for performing a SUM operation for the Event Log ID field for all matching DICOM Event Log.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET