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