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.Scp Namespace > ICMoveClientSessionProxy Interface : SendCMoveResponse Method |
void SendCMoveResponse( DicomCommandStatusType status, DicomDataSet responseDataset, int remaining, int completed, int failed, int warning, string descriptionMessage )
'Declaration Sub SendCMoveResponse( _ ByVal status As DicomCommandStatusType, _ ByVal responseDataset As DicomDataSet, _ ByVal remaining As Integer, _ ByVal completed As Integer, _ ByVal failed As Integer, _ ByVal warning As Integer, _ ByVal descriptionMessage As String _ )
'Usage Dim instance As ICMoveClientSessionProxy Dim status As DicomCommandStatusType Dim responseDataset As DicomDataSet Dim remaining As Integer Dim completed As Integer Dim failed As Integer Dim warning As Integer Dim descriptionMessage As String instance.SendCMoveResponse(status, responseDataset, remaining, completed, failed, warning, descriptionMessage)
void SendCMoveResponse( DicomCommandStatusType status, DicomDataSet^ responseDataset, int remaining, int completed, int failed, int warning, String^ descriptionMessage )