LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AutoLoadRetrievedImages Property (IQueueManagerView)

Show in webframe






Gets or sets a value to fire the SeriesReady event when a Leadtools.Medical.Workstation.UI.Commands.RetrieveQueueItemCommand completes.
Syntax
bool AutoLoadRetrievedImages {get; set;}
'Declaration
 
Property AutoLoadRetrievedImages As Boolean
'Usage
 
Dim instance As IQueueManagerView
Dim value As Boolean
 
instance.AutoLoadRetrievedImages = value
 
value = instance.AutoLoadRetrievedImages

            

            
__property bool get_AutoLoadRetrievedImages();
__property void set_AutoLoadRetrievedImages( 
   bool value
);
property bool AutoLoadRetrievedImages {
   bool get();
   void set (    bool value);
}

Property Value

true to fire the SeriesReady event when a Leadtools.Medical.Workstation.UI.Commands.RetrieveQueueItemCommand completes; otherwise, it is false.
Requirements

Target Platforms

See Also

Reference

IQueueManagerView Interface
IQueueManagerView Members

 

 


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