FindByEventID Method

Summary
Find a DicomEventLogDataSet.DICOMServerEventLogRow in the System.Data.DataTable.Rows collection by the Event ID value.
Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public DICOMServerEventLogRow FindByEventID( 
   long EventID 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Function FindByEventID( _ 
   ByVal EventID As Long _ 
) As DICOMServerEventLogRow 
[DebuggerNonUserCodeAttribute()] 
public: 
DICOMServerEventLogRow^ FindByEventID(  
   int64 EventID 
)  

Parameters

EventID
Type: System.Int64. The Event ID used for matching.

Return Value

The DicomEventLogDataSet.DICOMServerEventLogRow that matches the given EventID. NULL if no result found.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.