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




studiesTimelineView
The Leadtools.Medical.Workstation.UI.ImageListView which studies and series will be loaded into.
storageDAL
The Leadtools.Medical.Storage.DataAccessLayer.IStorageDataAccessAgent object which is used to get the studies information.
Initializes a new instance of the ImageListViewLoader class with default parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal studiesTimelineView As ImageListView, _
   ByVal storageDAL As IStorageDataAccessAgent _
)
Visual Basic (Usage)Copy Code
Dim studiesTimelineView As ImageListView
Dim storageDAL As IStorageDataAccessAgent
 
Dim instance As New ImageListViewLoader(studiesTimelineView, storageDAL)
C# 
public ImageListViewLoader( 
   ImageListView studiesTimelineView,
   IStorageDataAccessAgent storageDAL
)
Managed Extensions for C++ 
public: ImageListViewLoader( 
   ImageListView* studiesTimelineView,
   IStorageDataAccessAgent* storageDAL
)
C++/CLI 
public:
ImageListViewLoader( 
   ImageListView^ studiesTimelineView,
   IStorageDataAccessAgent^ storageDAL
)

Parameters

studiesTimelineView
The Leadtools.Medical.Workstation.UI.ImageListView which studies and series will be loaded into.
storageDAL
The Leadtools.Medical.Storage.DataAccessLayer.IStorageDataAccessAgent object which is used to get the studies information.

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