C#
VB
C++
Logs an event.
public void LogEvent(LogType eventType,MessageDirection messageDirection,string description,DicomCommandType command,DicomDataSet dataset,SerializableDictionary<string, object> customInformation)
Sub LogEvent( _ByVal eventType As Leadtools.Logging.LogType, _ByVal messageDirection As Leadtools.Logging.Medical.MessageDirection, _ByVal description As String, _ByVal command As Leadtools.Dicom.DicomCommandType, _ByVal dataset As Leadtools.Dicom.DicomDataSet, _ByVal customInformation As Leadtools.Logging.SerializableDictionary(Of String,Object) _)
void LogEvent(Leadtools.Logging.LogType eventType,Leadtools.Logging.Medical.MessageDirection messageDirection,String^ description,Leadtools.Dicom.DicomCommandType command,Leadtools.Dicom.DicomDataSet^ dataset,Leadtools.Logging.SerializableDictionary<String^,Object^>^ customInformation)
eventType
The type of the event.
messageDirection
The direction of the message.
description
A description message for the event.
command
The DICOM command which generated the event.
dataset
The Leadtools.Dicom.DicomDataSet associated with the event.
customInformation
Extra data associated with the event.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
