Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors