Leadtools.Dicom Namespace > DicomNet Class : SendCMoveResponse Method |
public void SendCMoveResponse( byte presentationID, int messageID, string affectedClass, DicomCommandStatusType status, int remaining, int completed, int failed, int warning, DicomDataSet dataSet )
'Declaration Public Sub SendCMoveResponse( _ ByVal presentationID As Byte, _ ByVal messageID As Integer, _ ByVal affectedClass As String, _ ByVal status As DicomCommandStatusType, _ ByVal remaining As Integer, _ ByVal completed As Integer, _ ByVal failed As Integer, _ ByVal warning As Integer, _ ByVal dataSet As DicomDataSet _ )
'Usage Dim instance As DicomNet Dim presentationID As Byte Dim messageID As Integer Dim affectedClass As String Dim status As DicomCommandStatusType Dim remaining As Integer Dim completed As Integer Dim failed As Integer Dim warning As Integer Dim dataSet As DicomDataSet instance.SendCMoveResponse(presentationID, messageID, affectedClass, status, remaining, completed, failed, warning, dataSet)
public void SendCMoveResponse( byte presentationID, int messageID, string affectedClass, DicomCommandStatusType status, int remaining, int completed, int failed, int warning, DicomDataSet dataSet )
ObjectiveC Syntax
function Leadtools.Dicom.DicomNet.SendCMoveResponse( presentationID , messageID , affectedClass , status , remaining , completed , failed , warning , dataSet )
public: void SendCMoveResponse( byte presentationID, int messageID, String^ affectedClass, DicomCommandStatusType status, int remaining, int completed, int failed, int warning, DicomDataSet^ dataSet )
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