LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)

EnableMoveToSelf Property

Show in webframe





Gets or sets a value indicating whether to enable the internal server on a C-MOVE operation.
Syntax
public bool EnableMoveToSelf {get; set;}
'Declaration
 
Public Property EnableMoveToSelf As Boolean
'Usage
 
Dim instance As QueryRetrieveScu
Dim value As Boolean
 
instance.EnableMoveToSelf = value
 
value = instance.EnableMoveToSelf

            

            
public:
property bool EnableMoveToSelf {
   bool get();
   void set (    bool value);
}

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 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

See Also

Reference

QueryRetrieveScu Class
QueryRetrieveScu Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features