Show / Hide Table of Contents
View Source

Enum PresentationContextReason

Namespace:EvilDICOM.Network.Enums
Assembly:EvilDICOM.dll
Syntax
public enum PresentationContextReason : byte

Fields

View Source

ABSTRACT_SYNAX_NOT_SUPPORTED

Declaration
ABSTRACT_SYNAX_NOT_SUPPORTED = 3
Field Value
Type Description
PresentationContextReason
View Source

ACCEPTANCE

Declaration
ACCEPTANCE = 0
Field Value
Type Description
PresentationContextReason
View Source

NO_REASON

Declaration
NO_REASON = 2
Field Value
Type Description
PresentationContextReason
View Source

TRANSFER_SYNAXES_NOT_SUPPORTED

Declaration
TRANSFER_SYNAXES_NOT_SUPPORTED = 4
Field Value
Type Description
PresentationContextReason
View Source

USER_REJECTION

Declaration
USER_REJECTION = 1
Field Value
Type Description
PresentationContextReason
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX