'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 _ )
'Usage
Dim instance As DicomAssociation Dim Data As DicomDataSet Dim Status As System.Integer instance.SendResponse(Data, Status)
[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 )
public procedure SendResponse( Data: DicomDataSet; Status: System.Integer );
System.ObsoleteAttribute("This method should be replaced by QueryReceivedArgs.SendResponse (e.SendResponse) which also handles DICOM Asynchronous operations") public function SendResponse( Data : DicomDataSet, Status : System.int );
[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 )
[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