- logger
- The logger to send the message to.
- source
- The source of the DICOM message.
- 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.
Visual Basic (Declaration) | |
---|---|
<ExtensionAttribute()> Overloads Public Shared Sub Log( _ ByVal logger As Logger, _ ByVal source As String, _ 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 DicomCommandType, _ ByVal dateTime As Date, _ ByVal type As LogType, _ ByVal messageDirection As MessageDirection, _ ByVal description As String, _ ByVal dicomDataset As DicomDataSet, _ ByVal customInformation As Dictionary(Of String,Object) _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim logger As Logger Dim source As String Dim serverAETitle As String Dim serverIPAddress As String Dim serverPort As Integer Dim clientAETitle As String Dim clientIPAddress As String Dim clientPort As Integer Dim command As DicomCommandType Dim dateTime As Date Dim type As LogType Dim messageDirection As MessageDirection Dim description As String Dim dicomDataset As DicomDataSet Dim customInformation As Dictionary(Of String,Object) LogExtensions.Log(logger, source, serverAETitle, serverIPAddress, serverPort, clientAETitle, clientIPAddress, clientPort, command, dateTime, type, messageDirection, description, dicomDataset, customInformation) |
C++/CLI | |
---|---|
[ExtensionAttribute()] public: static void Log( Logger^ logger, String^ source, String^ serverAETitle, String^ serverIPAddress, int serverPort, String^ clientAETitle, String^ clientIPAddress, int clientPort, DicomCommandType command, DateTime dateTime, LogType type, MessageDirection messageDirection, String^ description, DicomDataSet^ dicomDataset, Dictionary<String^,Object^>^ customInformation ) |
Parameters
- logger
- The logger to send the message to.
- source
- The source of the DICOM message.
- 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7