Search Results for

    Show / Hide Table of Contents

    Delegate CStoreRequestHandler

    Delegate for client handling the C-STORE request immediately.

    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate DicomCStoreResponse CStoreRequestHandler(DicomCStoreRequest request);
    Parameters
    Type Name Description
    DicomCStoreRequest request

    C-STORE request subject to handling.

    Returns
    Type Description
    DicomCStoreResponse

    Response from handling the C-STORE request.

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