←Select platform

AddDICOMServerEventLogRow(string,string,int,string,string,int,string,DateTime,string,string,string,byte[],string) Method

Summary

Adds a new DICOMServerEventLogRow to the DataTable.Rows collection.

Syntax

C#
VB
C++
public DICOMServerEventLogRow AddDICOMServerEventLogRow( 
   string ServerAETitle, 
   string ServerIPAddress, 
   int ServerPort, 
   string ClientAETitle, 
   string ClientHostAddress, 
   int ClientPort, 
   string Command, 
   DateTime EventDateTime, 
   string Type, 
   string MessageDirection, 
   string Description, 
   byte[] Dataset, 
   string CustomInformation 
) 
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 DICOMServerEventLogRow 
public:  
   DICOMServerEventLogRow^ AddDICOMServerEventLogRow( 
       String^ ServerAETitle, 
      String^ ServerIPAddress, 
      int ServerPort, 
      String^ ClientAETitle, 
      String^ ClientHostAddress, 
      int ClientPort, 
      String^ Command, 
      System::DateTime EventDateTime, 
      String^ Type, 
      String^ MessageDirection, 
      String^ Description, 
      array<Byte>^ Dataset, 
      String^ 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 description text.

Dataset

The DicomDataSet associated with the event log.

CustomInformation

More information about the event log.

Return Value

The DICOMServerEventLogRow which is added to the DataTable.Rows collection.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly