- eventLogMatchParamsListCollection
- An object of type Leadtools.Medical.DataAccessLayer.MatchingParameterCollection which contains the values to match against.
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Overridable Function GetDicomEventLogIdsSum( _ ByVal eventLogMatchParamsListCollection As MatchingParameterCollection _ ) As Long | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LoggingDBDataAccessAgent Dim eventLogMatchParamsListCollection As MatchingParameterCollection Dim value As Long value = instance.GetDicomEventLogIdsSum(eventLogMatchParamsListCollection) | |
| C# | |
|---|---|
public virtual long GetDicomEventLogIdsSum( MatchingParameterCollection eventLogMatchParamsListCollection ) | |
| C++/CLI | |
|---|---|
public: virtual int64 GetDicomEventLogIdsSum( MatchingParameterCollection^ eventLogMatchParamsListCollection ) | |
Parameters
- eventLogMatchParamsListCollection
- An object of type Leadtools.Medical.DataAccessLayer.MatchingParameterCollection which contains the values to match against.
Return Value
The sum of the Event ID field for all event logs that match the values in eventLogMatchParamsListCollectionTarget Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code