Search Results for

    Show / Hide Table of Contents

    Delegate DicomNCreateRequest.ResponseDelegate

    Delegate representing a N-CREATE RSP received event handler.

    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void ResponseDelegate(DicomNCreateRequest request, DicomNCreateResponse response);
    Parameters
    Type Name Description
    DicomNCreateRequest request

    N-CREATE RQ.

    DicomNCreateResponse response

    N-CREATE RSP.

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