- 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 |
---|---|
Dim instance As QueryRetrieveScu 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.OnReceiveCMoveResponse(presentationID, messageID, affectedClass, status, remaining, completed, failed, warning, dataSet) |
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7