LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RetrieveQueueItemCommand Class
See Also  Members  
Leadtools.Medical.Workstation.UI.Commands Namespace : RetrieveQueueItemCommand Class




A command that retrieves a series from DICOM Server and can run in the QueueManager

Object Model

RetrieveQueueItemCommand ClassSeriesInformation Class

Syntax

Visual Basic (Declaration) 
Public Class RetrieveQueueItemCommand 
   Inherits QueueItemCommand
   Implements ICommand 
Visual Basic (Usage)Copy Code
Dim instance As RetrieveQueueItemCommand
C# 
public class RetrieveQueueItemCommand : QueueItemCommand, ICommand  
Managed Extensions for C++ 
public __gc class RetrieveQueueItemCommand : public QueueItemCommand, ICommand  
C++/CLI 
public ref class RetrieveQueueItemCommand : public QueueItemCommand, ICommand  

Inheritance Hierarchy

System.Object
   Leadtools.Medical.Workstation.UI.Commands.QueueItemCommand
      Leadtools.Medical.Workstation.UI.Commands.RetrieveQueueItemCommand

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