Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Delegate DicomCStoreRequest.ResponseDelegate

    Represents a callback method to be executed when the response for the DICOM C-Store request is received.

    Namespace: FellowOakDicom.Network
    Assembly: fo-dicom.core.dll
    Syntax
    public delegate void ResponseDelegate(DicomCStoreRequest request, DicomCStoreResponse response);
    Parameters
    Type Name Description
    DicomCStoreRequest request

    Sent DICOM C-Store request

    DicomCStoreResponse response

    Received DICOM C-Store response

    Extension Methods

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