| Leadtools.Dicom Namespace : DicomAssociateAcceptResultType Enumeration |
public enum DicomAssociateAcceptResultType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomAssociateAcceptResultType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomAssociateAcceptResultType
public enum DicomAssociateAcceptResultType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Dicom.DicomAssociateAcceptResultType = function() { };
Leadtools.Dicom.DicomAssociateAcceptResultType.prototype = {
Success = 0x00000000,
UserReject = 0x00000001,
ProviderReject = 0x00000002,
AbstractSyntax = 0x00000003,
TransferSyntax = 0x00000004,
};
public enum class DicomAssociateAcceptResultType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomAssociateAcceptResultType