←Select platform

MoveLocally Property

Summary

Gets or sets whether the moved images should be retrieved locally or moved to another DICOM server.

Syntax

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

Property Value

true if the moved images should be retrieved locally; false if the images should be moved to another DICOM server. Default is true.

Remarks

If this property is set to false the MoveServerAeTitle value should be set to the server to which the images should be moved.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Client Assembly