←Select platform

Log(Logger,String,String,Int32,String,String,Int32,DicomCommandType,DateTime,LogType,MessageDirection,String,DicomDataSet,Dictionary<String,Object>) Method

Summary

Logs the specified DICOM information.

Syntax

C#
VB
C++
[ExtensionAttribute()] 
public static void Log(  
   Leadtools.Logging.Logger logger, 
   string serverAETitle, 
   string serverIPAddress, 
   int serverPort, 
   string clientAETitle, 
   string clientIPAddress, 
   int clientPort, 
   Leadtools.Dicom.DicomCommandType command, 
   DateTime dateTime, 
   Leadtools.Logging.LogType type, 
   Leadtools.Logging.Medical.MessageDirection messageDirection, 
   string description, 
   Leadtools.Dicom.DicomDataSet dicomDataset, 
   Dictionary<string,object> customInformation 
) 
<ExtensionAttribute()> 
Public Overloads Shared Sub Log( _ 
   ByVal logger As Leadtools.Logging.Logger, _ 
   ByVal serverAETitle As String, _ 
   ByVal serverIPAddress As String, _ 
   ByVal serverPort As Integer, _ 
   ByVal clientAETitle As String, _ 
   ByVal clientIPAddress As String, _ 
   ByVal clientPort As Integer, _ 
   ByVal command As Leadtools.Dicom.DicomCommandType, _ 
   ByVal dateTime As Date, _ 
   ByVal type As Leadtools.Logging.LogType, _ 
   ByVal messageDirection As Leadtools.Logging.Medical.MessageDirection, _ 
   ByVal description As String, _ 
   ByVal dicomDataset As Leadtools.Dicom.DicomDataSet, _ 
   ByVal customInformation As Dictionary(Of String,Object) _ 
) 
[ExtensionAttribute()] 
public: 
static void Log(  
   Leadtools.Logging.Logger^ logger, 
   String^ serverAETitle, 
   String^ serverIPAddress, 
   int serverPort, 
   String^ clientAETitle, 
   String^ clientIPAddress, 
   int clientPort, 
   Leadtools.Dicom.DicomCommandType command, 
   DateTime dateTime, 
   Leadtools.Logging.LogType type, 
   Leadtools.Logging.Medical.MessageDirection messageDirection, 
   String^ description, 
   Leadtools.Dicom.DicomDataSet^ dicomDataset, 
   Dictionary<String^,Object^>^ customInformation 
) 

Parameters

logger
The logger to send the message to.

serverAETitle
The server AE title.

serverIPAddress
The server IP address.

serverPort
The server port.

clientAETitle
The client AE title.

clientIPAddress
The client IP address.

clientPort
The client port.

command
The DICOM command type.

dateTime
The date time of this message.

type
The message lot type.

messageDirection
The message direction.

description
The description of this message.

dicomDataset
The DICOM dataset associated with this message.

customInformation
The custom information.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Click or drag to resize