DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / QueryReceivedArgs Class / SendResponse Method / SendResponse(DicomDataSet,Int32) Method

In This Topic
    SendResponse(DicomDataSet,Int32) Method
    In This Topic
    Send response back as DicomDataSet to the request association
    Syntax
    'Declaration
     
    
    Public Overloads Sub SendResponse( _
       ByVal Data As DicomDataSet, _
       ByVal Status As System.Integer _
    ) 
    public void SendResponse( 
       DicomDataSet Data,
       System.int Status
    )

    Parameters

    Data
    Status
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also