Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn.Interfaces Namespace > INotifySendMessage Interface : OnSendNReportResponse Method |
void OnSendNReportResponse( DicomClient Client, byte presentationID, int messageID, string affectedClass, string instance, DicomCommandStatusType status, int Event, DicomDataSet dataset )
'Declaration Sub OnSendNReportResponse( _ ByVal Client As DicomClient, _ ByVal presentationID As Byte, _ ByVal messageID As Integer, _ ByVal affectedClass As String, _ ByVal instance As String, _ ByVal status As DicomCommandStatusType, _ ByVal Event As Integer, _ ByVal dataset As DicomDataSet _ )
'Usage Dim instance As INotifySendMessage Dim Client As DicomClient Dim presentationID As Byte Dim messageID As Integer Dim affectedClass As String Dim instance As String Dim status As DicomCommandStatusType Dim Event As Integer Dim dataset As DicomDataSet instance.OnSendNReportResponse(Client, presentationID, messageID, affectedClass, instance, status, Event, dataset)
void OnSendNReportResponse( DicomClient^ Client, byte presentationID, int messageID, String^ affectedClass, String^ instance, DicomCommandStatusType status, int Event, DicomDataSet^ dataset )