| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomAssociateAcceptResultType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomAssociateAcceptResultType | |
| C# | |
|---|---|
public enum DicomAssociateAcceptResultType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DicomAssociateAcceptResultType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| AbstractSyntax | Abstract Syntax not supported (provider rejection). |
| ProviderReject | No reason (provider rejection). |
| Success | Success. |
| TransferSyntax | Transfer Syntax not supported (provider rejection). |
| UserReject | User rejection. |
For an example, refer to DicomAssociate.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomAssociateAcceptResultType
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code