| Visual Basic (Declaration) | |
|---|---|
Public Enum OrderByParameter.OrderByOptions Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As OrderByParameter.OrderByOptions | |
| C# | |
|---|---|
public enum OrderByParameter.OrderByOptions : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class OrderByParameter.OrderByOptions : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| ClientAETitle | The Client AE Title |
| ClientHostAddress | The Client Host Address |
| ClientPort | The Client Port |
| Command | The DICOM Command generated the event. |
| EventType | The Type of the Event Log |
| Invalid | No Order Performed. |
| MessageDirection | The Message Direction |
| ServerAETitle | The Server AE Title |
| ServerEventDateTime | The Date-Time of the Event |
| ServerIPAddress | The Server IP Address. |
| ServerPort | The Server Port. |
System.Object
System.ValueType
System.Enum
Leadtools.Medical.Logging.DataAccessLayer.MatchingParameters.OrderByParameter.OrderByOptions
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code