Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Delegate DicomCGetRequest.ResponseDelegate

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

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

    Sent DIMSE C-GET request.

    DicomCGetResponse response

    Received DIMSE C-GET response.

    Extension Methods

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