Leadtools.Dicom Namespace : DicomCommandPriorityType Enumeration |
public enum DicomCommandPriorityType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomCommandPriorityType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomCommandPriorityType
public enum DicomCommandPriorityType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Dicom.DicomCommandPriorityType = function() { }; Leadtools.Dicom.DicomCommandPriorityType.prototype = {
Medium = 0x00000000, Heigh = 0x00000001, Low = 0x00000002, };
public enum class DicomCommandPriorityType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Medium | Medium priority message. |
0x00000001 | Heigh | High priority message. |
0x00000002 | Low | Low priority message. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomCommandPriorityType