Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Interface IDicomNEventReportRequestProvider

    Interface representing event handler for synchronous storage commitment handling

    Namespace: FellowOakDicom.Network
    Assembly: fo-dicom.core.dll
    Syntax
    public interface IDicomNEventReportRequestProvider

    Methods

    OnSendNEventReportRequestAsync(DicomNActionRequest)

    Provide the server implementer a facility to send synchronous N-EVENT-REPORT. It requires N-ACTION as the context

    Declaration
    Task OnSendNEventReportRequestAsync(DicomNActionRequest request)
    Parameters
    Type Name Description
    DicomNActionRequest request
    Returns
    Type Description
    System.Threading.Tasks.Task

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors