FindDicomEventLog Method

Summary

Returns a Leadtools.Logging.Medical.DicomLogEntry specified by the event ID.

Syntax
C#
VB
C++
public virtual DicomLogEntry FindDicomEventLog( 
   long eventID, 
   bool includeDicomDataSet 
) 
  
Public Overridable Function FindDicomEventLog( _ 
   ByVal eventID As Long, _ 
   ByVal includeDicomDataSet As Boolean _ 
) As DicomLogEntry 
public: 
virtual DicomLogEntry^ FindDicomEventLog(  
   int64 eventID, 
   bool includeDicomDataSet 
)  

Parameters

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

includeDicomDataSet
Decides whether to include the Leadtools.Dicom.DicomDataSet in the returned DicomLogEntry if exists, true to include the DicomDataSet; otherwise false.

Return Value

A Leadtools.Logging.Medical.DicomLogEntry instance. Null if no match found.

Requirements

Target Platforms

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

Leadtools.Medical.Logging.DataAccessLayer Assembly