- eventLogMatchParamsListCollection
- A collection of Leadtools.Medical.DataAccessLayer.Catalog.CatalogElement array which holds the matching parameters fields and values.
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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7