LEADTOOLS Medical (Leadtools.Medical.Logging.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
AddDICOMServerEventLogRow(String,String,Int32,String,String,Int32,String,DateTime,String,String,String,Byte[],String) Method
See Also 
Leadtools.Medical.Logging.DataAccessLayer Namespace > DicomEventLogDataSet.DICOMServerEventLogDataTable Class > AddDICOMServerEventLogRow Method : AddDICOMServerEventLogRow(String,String,Int32,String,String,Int32,String,DateTime,String,String,String,Byte[],String) Method



ServerAETitle
The Server AE title.
ServerIPAddress
The Server IP Address.
ServerPort
The Server Port
ClientAETitle
The Client AE Title
ClientHostAddress
The Client Host Address.
ClientPort
The Client Port.
Command
The DICOM Command caused the event log.
EventDateTime
The event log Date-Time.
Type
The type of the command.
MessageDirection
The direction of the event log.
Description
The event log desctription text.
Dataset
The Leadtools.Dicom.DicomDataSet associated with the event log.
CustomInformation
More information about the event log.
ServerAETitle
The Server AE title.
ServerIPAddress
The Server IP Address.
ServerPort
The Server Port
ClientAETitle
The Client AE Title
ClientHostAddress
The Client Host Address.
ClientPort
The Client Port.
Command
The DICOM Command caused the event log.
EventDateTime
The event log Date-Time.
Type
The type of the command.
MessageDirection
The direction of the event log.
Description
The event log desctription text.
Dataset
The Leadtools.Dicom.DicomDataSet associated with the event log.
CustomInformation
More information about the event log.
Adds a new DicomEventLogDataSet.DICOMServerEventLogRow to the System.Data.DataTable.Rows collection.

Syntax

Visual Basic (Declaration) 
<DebuggerNonUserCodeAttribute()>
Overloads Public Function AddDICOMServerEventLogRow( _
   ByVal ServerAETitle As String, _
   ByVal ServerIPAddress As String, _
   ByVal ServerPort As Integer, _
   ByVal ClientAETitle As String, _
   ByVal ClientHostAddress As String, _
   ByVal ClientPort As Integer, _
   ByVal Command As String, _
   ByVal EventDateTime As Date, _
   ByVal Type As String, _
   ByVal MessageDirection As String, _
   ByVal Description As String, _
   ByVal Dataset() As Byte, _
   ByVal CustomInformation As String _
) As DicomEventLogDataSet.DICOMServerEventLogRow
Visual Basic (Usage)Copy Code
Dim instance As DicomEventLogDataSet.DICOMServerEventLogDataTable
Dim ServerAETitle As String
Dim ServerIPAddress As String
Dim ServerPort As Integer
Dim ClientAETitle As String
Dim ClientHostAddress As String
Dim ClientPort As Integer
Dim Command As String
Dim EventDateTime As Date
Dim Type As String
Dim MessageDirection As String
Dim Description As String
Dim Dataset() As Byte
Dim CustomInformation As String
Dim value As DicomEventLogDataSet.DICOMServerEventLogRow
 
value = instance.AddDICOMServerEventLogRow(ServerAETitle, ServerIPAddress, ServerPort, ClientAETitle, ClientHostAddress, ClientPort, Command, EventDateTime, Type, MessageDirection, Description, Dataset, CustomInformation)

Parameters

ServerAETitle
The Server AE title.
ServerIPAddress
The Server IP Address.
ServerPort
The Server Port
ClientAETitle
The Client AE Title
ClientHostAddress
The Client Host Address.
ClientPort
The Client Port.
Command
The DICOM Command caused the event log.
EventDateTime
The event log Date-Time.
Type
The type of the command.
MessageDirection
The direction of the event log.
Description
The event log desctription text.
Dataset
The Leadtools.Dicom.DicomDataSet associated with the event log.
CustomInformation
More information about the event log.

Return Value

The DicomEventLogDataSet.DICOMServerEventLogRow which is added to the System.Data.DataTable.Rows collection.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Logging.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features