'Declaration<System.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 System.Integer _ )
[System.Obsolete("This method should be replaced by QueryReceivedArgs.SendResponse (e.SendResponse) which also handles DICOM Asynchronous operations")] public void SendResponse( DicomDataSet Data, System.int Status )
Parameters
- Data
The DataSet to be returned to the requesting application, which describes a single successful match
- Status
The status associated with the above data, indicating the level of matching achieved