DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / SendResponse Method / SendResponse(DicomDataSet,Int32) Method



In This Topic
    SendResponse(DicomDataSet,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("This method should be replaced by QueryReceivedArgs.SendResponse (e.SendResponse) which also handles DICOM Asynchronous operations")>
    Public Overloads Sub SendResponse( _
       ByVal Data As DicomDataSet, _
       ByVal Status As Integer _
    ) 
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim Data As DicomDataSet
    Dim Status As Integer
     
    instance.SendResponse(Data, Status)
    [Obsolete("This method should be replaced by QueryReceivedArgs.SendResponse (e.SendResponse) which also handles DICOM Asynchronous operations")]
    public void SendResponse( 
       DicomDataSet Data,
       int Status
    )
    [Obsolete("This method should be replaced by QueryReceivedArgs.SendResponse (e.SendResponse) which also handles DICOM Asynchronous operations")]
    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