FindDicomEventLog Method

Summary
Returns a Leadtools.Logging.Medical.DicomLogEntry specified by the event ID.
Syntax
C#
C++/CLI
public DicomLogEntry FindDicomEventLog( 
   long eventId, 
   bool includeDicomDataSet 
) 
DicomLogEntry^ FindDicomEventLog(  
   int64 eventId, 
   bool includeDicomDataSet 
)  

Parameters

eventId
The event ID for the event log which will be returned.

includeDicomDataSet
Determines whether to include the DicomDataSet in the returned DicomLogEntry if exists, true to include the DicomDataSet; otherwise it is false.

Return Value

A Leadtools.Logging.Medical.DicomLogEntry instance. Null if no match 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.