C#
VB
C++
Provide values to order the event logs returned by calling a query method on an Leadtools.Medical.Logging.DataAccessLayer.ILoggingDataAccessAgent instance.
public enum OrderByOptions
Public Enum OrderByOptions
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class OrderByOptions : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Invalid | No Order Performed. |
1 | ServerIPAddress | The Server IP Address. |
2 | ServerPort | The Server Port. |
3 | ServerAETitle | The Server AE Title |
4 | ClientHostAddress | The Client Host Address |
5 | ClientPort | The Client Port |
6 | ClientAETitle | The Client AE Title |
7 | Command | The DICOM Command generated the event. |
8 | ServerEventDateTime | The Date-Time of the Event |
9 | EventType | The Type of the Event Log |
10 | MessageDirection | The Message Direction |
11 | Description | The description of the log. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET