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




series
Type: Leadtools.Medical.Workstation.SeriesInformation The series information which the command will work on.
client
Leadtools.Medical.Workstation.Client.Pacs.PacsRetrieveClient The retrieve client which will be used to retrieve the images.
Initializes a new instance of the Leadtools.Medical.Workstation.UI.Commands.RetrieveQueueItemCommand class.

Syntax

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

Parameters

series
Type: Leadtools.Medical.Workstation.SeriesInformation The series information which the command will work on.
client
Leadtools.Medical.Workstation.Client.Pacs.PacsRetrieveClient The retrieve client which will be used to retrieve the 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