The following tables list the members exposed by DicomEventLogDataSet.
Public Constructors
Name | Description | |
---|---|---|
![]() |
DICOMServerEventLogRowChangeEvent | Initializes a new instance of the DicomEventLogDataSet.DICOMServerEventLogRowChangeEvent class. |
Protected Constructors
Name | Description | |
---|---|---|
![]() |
DicomEventLogDataSet | Initializes a new instance of the DicomEventLogDataSet class. |
![]() |
DICOMServerEventLogDataTable | Initializes a new instance of the DicomEventLogDataSet.DICOMServerEventLogDataTable class with the SerializationInfo and the StreamingContext. |
Public Methods
Protected Methods
Name | Description | |
---|---|---|
![]() |
CreateInstance | This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
GetRowType | This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
GetSchemaSerializable | This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
InitializeDerivedDataSet | This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
NewRowFromBuilder | Creates a new row from an existing row. |
![]() |
OnRowChanged | Raises the DICOMServerEventLogRowChanged event. |
![]() |
OnRowChanging | Raises the DICOMServerEventLogRowChanging event. |
![]() |
OnRowDeleted | Raises the DICOMServerEventLogRowDeleted event. |
![]() |
OnRowDeleting | Raises the DICOMServerEventLogRowDeleting event. |
![]() |
ReadXmlSerializable | This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
ShouldSerializeRelations | Gets a value indicating whether Relations property should be persisted. |
![]() |
ShouldSerializeTables | Gets a value indicating whether Tables property should be persisted. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Action | Gets the action that has occurred on a DicomEventLogDataSet.DICOMServerEventLogRow. |
![]() |
ClientAETitle | Gets or sets the Client AE Title. |
![]() |
ClientAETitleColumn | Gets the Client AE Title System.Data.DataColumn. |
![]() |
ClientHostAddress | Gets or sets the Client Host Address. |
![]() |
ClientHostAddressColumn | Gets the Client Host Address System.Data.DataColumn. |
![]() |
ClientPort | Gets or sets the client port. |
![]() |
ClientPortColumn | Gets the Client Port System.Data.DataColumn |
![]() |
Command | Gets or sets the DICOM Command. |
![]() |
CommandColumn | Gets the DICOM Command System.Data.DataColumn |
![]() |
Count | Gets the total number of DicomEventLogDataSet.DICOMServerEventLogRow objects in the System.Data.DataTable.Rows collection. |
![]() |
CustomInformation | Gets or sets the Custom Information. |
![]() |
CustomInformationColumn | Gets the Custom Information System.Data.DataColumn. |
![]() |
CustomType | Gets or sets a custom type of the event log. |
![]() |
CustomTypeColumn | Gets the Custom Type System.Data.DataColumn |
![]() |
Dataset | Gets or sets the Leadtools.Dicom.DicomDataSet for the event log. |
![]() |
DatasetColumn | Gets the System.Data.DataColumn from a Leadtools.Dicom.DicomDataSet. |
![]() |
DatasetPath | Gets or sets the path where the Leadtools.Dicom.DicomDataSet will be saved. |
![]() |
DatasetPathColumn | Gets the DataSet path System.Data.DataColumn |
![]() |
Description | Gets or sets the Description. |
![]() |
DescriptionColumn | Gets the Description System.Data.DataColumn. |
![]() |
DICOMServerEventLog | Gets a strongly typed System.Data.DataTable for the physical DICOM Event Log Table. |
![]() |
EventDateTime | Gets or sets the event date-time. |
![]() |
EventDateTimeColumn | Gets the Event Date-Time System.Data.DataColumn. |
![]() |
EventID | Gets or sets the Event ID. |
![]() |
EventIDColumn | Gets the Event ID System.Data.DataColumn. |
![]() |
Item | Gets the DicomEventLogDataSet.DICOMServerEventLogRow at the specified index. |
![]() |
MessageDirection | Gets or sets the Message Direction. |
![]() |
MessageDirectionColumn | Gets the Message Direction System.Data.DataColumn. |
![]() |
Relations | Get the collection of relations that link tables and allow navigation from parent tables to child tables. |
![]() |
Row | Gets the row upon which an action has occurred. |
![]() |
SchemaSerializationMode | Gets or sets a SchemaSerializationMode for this DicomEventLogDataSet. |
![]() |
ServerAETitle | Gets or sets the Server AE Title. |
![]() |
ServerAETitleColumn | Gets the Server AE Title System.Data.DataColumn. |
![]() |
ServerIPAddress | Gets or sets the Server IP Address. |
![]() |
ServerIPAddressColumn | Gets the Server IP Address System.Data.DataColumn |
![]() |
ServerPort | Gets or sets the server port. |
![]() |
ServerPortColumn | Gets the Server Port System.Data.DataColumn. |
![]() |
Tables | Gets the collection of tables contained in the DicomEventLogDataSet. |
![]() |
Type | Gets or sets the type of the event log. |
![]() |
TypeColumn | Gets the event type System.Data.DataColumn |
Public Events
Name | Description | |
---|---|---|
![]() |
DICOMServerEventLogRowChanged | Occurs after a DicomEventLogDataSet.DICOMServerEventLogRow has been changed successfully. |
![]() |
DICOMServerEventLogRowChanging | Occurs when a DicomEventLogDataSet.DICOMServerEventLogRow is changing. |
![]() |
DICOMServerEventLogRowDeleted | Occurs after a DicomEventLogDataSet.DICOMServerEventLogRow in the table has been deleted. |
![]() |
DICOMServerEventLogRowDeleting | Occurs before a DicomEventLogDataSet.DICOMServerEventLogRow in the table is about to be deleted. |
Public Fields
Name | Description | |
---|---|---|
![]() |
DICOMServerEventLogDataTable | Represents one table of in-memory DICOM Event Logs data. |
![]() |
DICOMServerEventLogRow | Represents a row of DICOM Event Log data in a DicomEventLogDataSet.DICOMServerEventLogDataTable. |
![]() |
DICOMServerEventLogRowChangeEvent | Provides data for the DICOMServerEventLogRowChanged, DICOMServerEventLogRowChanging, DICOMServerEventLogRowDeleting, and DICOMServerEventLogRowDeleted events. |