Table of Contents

Interface IDicomService

Namespace
FellowOakDicom.Network
Assembly
fo-dicom.core.dll

Common interface for DICOM service users and providers.

public interface IDicomService
Extension Methods

Methods

OnConnectionClosed(Exception)

Callback when connection is closed.

void OnConnectionClosed(Exception exception)

Parameters

exception Exception

Exception, if any, that forced connection to close.

OnReceiveAbort(DicomAbortSource, DicomAbortReason)

Callback on recieving an abort message.

void OnReceiveAbort(DicomAbortSource source, DicomAbortReason reason)

Parameters

source DicomAbortSource

Abort source.

reason DicomAbortReason

Detailed reason for abort.