| Leadtools.Dicom Namespace : DicomRoleSupport Enumeration |
public enum DicomRoleSupport : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomRoleSupport Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomRoleSupport
public enum DicomRoleSupport : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Dicom.DicomRoleSupport = function() { };
Leadtools.Dicom.DicomRoleSupport.prototype = {
Unsupported = 0x00000000,
Supported = 0x00000001,
};
public enum class DicomRoleSupport : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0x00000000 | Unsupported | The role is not supported. ![]() |
| 0x00000001 | Supported | The role is supported. ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomRoleSupport