LogSendCMoveRequest Method

Summary

Logs the C-MOVE-REQ message.

Syntax
C#
VB
C++
protected virtual void LogSendCMoveRequest( 
   byte presentationID, 
   int messageID, 
   string affectedClass, 
   DicomCommandPriorityType priority, 
   string moveAE, 
   DicomDataSet dataSet 
) 
  
Protected Sub LogSendCMoveRequest( _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal affectedClass As String, _ 
   ByVal priority As DicomCommandPriorityType, _ 
   ByVal moveAE As String, _ 
   ByVal dataSet As DicomDataSet _ 
)  
protected: 
void LogSendCMoveRequest(  
   byte presentationID, 
   int messageID, 
   String^ affectedClass, 
   DicomCommandPriorityType priority, 
   String^ moveAE, 
   DicomDataSet^ dataSet 
)  

Parameters

presentationID
The presentation ID.

messageID
The message ID.

affectedClass
The affected class.

priority
The priority.

moveAE
The move destination ae title.

dataSet
The data set to send with this C-MOVE-REQ.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly