EnableMoveToSelf Property

Summary

Gets or sets a value indicating whether to enable the internal server on a C-MOVE operation.

Syntax
C#
VB
C++
public bool EnableMoveToSelf { get; set; } 
  
Public Property EnableMoveToSelf As Boolean 
public: 
property bool EnableMoveToSelf { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if internal server is enabled, otherwise it is false.

Remarks

This property is only valid if the Destination AE Title is not provided in a move operation. Normally if a destination ae title is not provided the QueryRetrieveScu will create an internal server to respond to the move operation. However, if this property is false the internal server will not be created.

Example

For an example refer to Move(DicomScp,String,String,String,String)

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