Overview and description of Leadtools Medical Logging DataAccessLayer classes, delegates, and interfaces.
Class | Description | |
---|---|---|
DataAccessLoggingChannel | Implements the Leadtools.Logging.ILoggingChannel to log DICOM events into the ILoggingDataAccessAgent | |
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. | |
DicomEventLogDataSet | Represents an in-memory cache of DICOM Event Logs information. | |
LoggingDBDataAccessAgent | Provides methods for storing and retrieving DICOM event logs from a database. Implements the ILoggingDataAccessAgent interface. | |
LoggingDBDataAccessAgent2 | Provides methods for storing and retrieving DICOM event logs from a database. Implements the ILoggingDataAccessAgent2 interface. | |
LoggingSqlCeDataAccessAgent | Provides methods for storing and retrieving DICOM event logs from a SQL Server Compact database. Inherits from LoggingSqlDataAccessAgent class. | |
LoggingSqlDataAccessAgent | Provides methods for storing and retrieving DICOM event logs from a SQL Server database. Inherits from LoggingDBDataAccessAgent class. |
Delegate | Description | |
---|---|---|
DICOMServerEventLogRowChangeEventHandler | Represents the method that will handle the DICOMServerEventLogRowChanged, DICOMServerEventLogRowChanging, DICOMServerEventLogRowDeleting, and DICOMServerEventLogRowDeleted events of a DicomEventLogDataSet.DICOMServerEventLogDataTable. |
Interface | Description | |
---|---|---|
ILoggingDataAccessAgent | Provides an interface for storing and retrieving DICOM event logs. | |
ILoggingDataAccessAgent2 | Provides an interface for storing and retrieving DICOM event logs. |
See Also
Leadtools.Medical.Logging.Dataaccesslayer Assembly
Introduction
Getting Started