Search Results for

    Show / Hide Table of Contents

    Interface IDicomService

    Common interface for DICOM service users and providers.

    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IDicomService

    Methods

    OnConnectionClosed(Exception)

    Callback when connection is closed.

    Declaration
    void OnConnectionClosed(Exception exception)
    Parameters
    Type Name Description
    Exception exception

    Exception, if any, that forced connection to close.

    OnReceiveAbort(DicomAbortSource, DicomAbortReason)

    Callback on recieving an abort message.

    Declaration
    void OnReceiveAbort(DicomAbortSource source, DicomAbortReason reason)
    Parameters
    Type Name Description
    DicomAbortSource source

    Abort source.

    DicomAbortReason reason

    Detailed reason for abort.

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