- 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.
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) |
C# | |
---|---|
[DebuggerNonUserCodeAttribute()] public DicomEventLogDataSet.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 ) |
C++/CLI | |
---|---|
[DebuggerNonUserCodeAttribute()] public: DicomEventLogDataSet.DICOMServerEventLogRow^ AddDICOMServerEventLogRow( String^ ServerAETitle, String^ ServerIPAddress, int ServerPort, String^ ClientAETitle, String^ ClientHostAddress, int ClientPort, String^ Command, 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 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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7