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




A command that stores a series to a DICOM Server and can run in the QueueManager

Object Model

StoreQueueItemCommand ClassSeriesInformation Class

Syntax

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

Inheritance Hierarchy

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

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