Search Results for

    Show / Hide Table of Contents

    Interface IDicomCGetProvider

    Interface for methods related to a C-GET SCP.

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

    Methods

    OnCGetRequest(DicomCGetRequest)

    Generate collection of DicomCGetResponse from a DicomCGetRequest.

    Declaration
    IEnumerable<DicomCGetResponse> OnCGetRequest(DicomCGetRequest request)
    Parameters
    Type Name Description
    DicomCGetRequest request

    C-GET request.

    Returns
    Type Description
    IEnumerable<DicomCGetResponse>

    Collection of C-GET responses resulting from the request.

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