- eventLogMatchParamsListCollection
- A collection of Leadtools.Medical.DataAccessLayer.Catalog.CatalogElement array which holds the matching parameters fields and values.
| Visual Basic (Declaration) | |
|---|---|
Overrides Protected Function GetDicomEventLogIDsSumCommandText( _ ByVal eventLogMatchParamsListCollection As Collection(Of CatalogElement()) _ ) As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LoggingSqlDataAccessAgent Dim eventLogMatchParamsListCollection As Collection(Of CatalogElement()) Dim value As String value = instance.GetDicomEventLogIDsSumCommandText(eventLogMatchParamsListCollection) | |
| C# | |
|---|---|
protected override string GetDicomEventLogIDsSumCommandText( Collection<CatalogElement[]> eventLogMatchParamsListCollection ) | |
| C++/CLI | |
|---|---|
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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code