LEADTOOLS Medical (Leadtools.Dicom.Scu assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
EnableMoveToSelf Property
See Also 
Leadtools.Dicom.Scu Namespace > QueryRetrieveScu Class : EnableMoveToSelf Property




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

Syntax

Visual Basic (Declaration) 
Public Property EnableMoveToSelf As Boolean
Visual Basic (Usage)Copy Code
Dim instance As QueryRetrieveScu
Dim value As Boolean
 
instance.EnableMoveToSelf = value
 
value = instance.EnableMoveToSelf
C# 
public bool EnableMoveToSelf {get; set;}
Managed Extensions for C++ 
public: __property bool get_EnableMoveToSelf();
public: __property void set_EnableMoveToSelf( 
   bool value
);
C++/CLI 
public:
property bool EnableMoveToSelf {
   bool get();
   void set (    bool value);
}

Property Value

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

Example

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 the move operation. However, if this property is false the internal server will not be created.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features