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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7