Enum DicomPresentationContextResult
Enumeration of presentation context results.
Namespace: Dicom.Network
Assembly: cs.temp.dll.dll
Syntax
public enum DicomPresentationContextResult : byte
Fields
Name | Description |
---|---|
Accept | Presentation context is accepted. |
Proposed | Presentation context is proposed. |
RejectAbstractSyntaxNotSupported | Presentation context is rejected due to abstract syntax not being supported. |
RejectNoReason | Presentation context is rejected for unspecified reason. |
RejectTransferSyntaxesNotSupported | Presentation context is rejected due to transfer syntaxes not being supported. |
RejectUser | Presentation context is rejected by user. |