FindByEventID Method

Summary
Find a DicomEventLogDataSet.DICOMServerEventLogRow in the System.Data.DataTable.Rows collection by the Event ID value.
Syntax
C#
C++/CLI
[DebuggerNonUserCodeAttribute()] 
public DICOMServerEventLogRow FindByEventID( 
   long EventID 
) 
[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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly

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