DicomObjects.NET Core 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 Integer _
    ) 
    'Usage
     
    
    Dim instance As QueryReceivedArgs
    Dim Data As DicomDataSet
    Dim Status As Integer
     
    instance.SendResponse(Data, Status)
    public void SendResponse( 
       DicomDataSet Data,
       int Status
    )
    public:
    void SendResponse( 
       DicomDataSet^ Data,
       int Status
    ) 

    Parameters

    Data
    Status
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also