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




series
Type: Leadtools.Medical.Workstation.SeriesInformation The series information which the command will work on.
storeClient
Leadtools.Medical.Workstation.Client.StoreClient The Leadtools.Medical.Workstation.Client.StoreClient which will be used to store the series images.
Initializes a new instance of the StoreQueueItemCommand class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal series As SeriesInformation, _
   ByVal storeClient As StoreClient _
)
Visual Basic (Usage)Copy Code
Dim series As SeriesInformation
Dim storeClient As StoreClient
 
Dim instance As New StoreQueueItemCommand(series, storeClient)
C# 
public StoreQueueItemCommand( 
   SeriesInformation series,
   StoreClient storeClient
)
Managed Extensions for C++ 
public: StoreQueueItemCommand( 
   SeriesInformation* series,
   StoreClient* storeClient
)
C++/CLI 
public:
StoreQueueItemCommand( 
   SeriesInformation^ series,
   StoreClient^ storeClient
)

Parameters

series
Type: Leadtools.Medical.Workstation.SeriesInformation The series information which the command will work on.
storeClient
Leadtools.Medical.Workstation.Client.StoreClient The Leadtools.Medical.Workstation.Client.StoreClient which will be used to store the series images.

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