- presentationID
- The presentation ID.
- messageID
- The message ID.
- affectedClass
- The affected class.
- status
- The status.
- remaining
- The remaining.
- completed
- The completed.
- failed
- The failed.
- warning
- The warning.
- dataSet
- The data set.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub OnReceiveCMoveResponse( _ 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 _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected override void OnReceiveCMoveResponse( byte presentationID, int messageID, string affectedClass, DicomCommandStatusType status, int remaining, int completed, int failed, int warning, DicomDataSet dataSet ) |
Managed Extensions for C++ | |
---|---|
protected: void OnReceiveCMoveResponse( byte presentationID, int messageID, string* affectedClass, DicomCommandStatusType status, int remaining, int completed, int failed, int warning, DicomDataSet dataSet ) override |
C++/CLI | |
---|---|
protected: void OnReceiveCMoveResponse( byte presentationID, int messageID, String^ affectedClass, DicomCommandStatusType status, int remaining, int completed, int failed, int warning, DicomDataSet dataSet ) override |
Parameters
- presentationID
- The presentation ID.
- messageID
- The message ID.
- affectedClass
- The affected class.
- status
- The status.
- remaining
- The remaining.
- completed
- The completed.
- failed
- The failed.
- warning
- The warning.
- dataSet
- The data set.
Used internally by Scu implementation.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family