Enum DicomPresentationContextResult
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
Enumeration of presentation context results.
public enum DicomPresentationContextResult : byte
- Extension Methods
Fields
Accept = 0
Presentation context is accepted.
Proposed = 255
Presentation context is proposed.
RejectAbstractSyntaxNotSupported = 3
Presentation context is rejected due to abstract syntax not being supported.
RejectNoReason = 2
Presentation context is rejected for unspecified reason.
RejectTransferSyntaxesNotSupported = 4
Presentation context is rejected due to transfer syntaxes not being supported.
RejectUser = 1
Presentation context is rejected by user.