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




study
Type: Leadtools.Medical.Workstation.StudyInformation The study to be displayed in the studies grid.
series
Type: Leadtools.Medical.Workstation.SeriesInformation The series to be displayed in the series grid.
study
Type: Leadtools.Medical.Workstation.StudyInformation The study to be displayed in the studies grid.
series
Type: Leadtools.Medical.Workstation.SeriesInformation The series to be displayed in the series grid.
Add a series information into a grid.

Syntax

Visual Basic (Declaration) 
Public Sub AddSeries( _
   ByVal study As StudyInformation, _
   ByVal series As SeriesInformation _
) 
Visual Basic (Usage)Copy Code
Dim instance As SeriesBrowser
Dim study As StudyInformation
Dim series As SeriesInformation
 
instance.AddSeries(study, series)
C# 
public void AddSeries( 
   StudyInformation study,
   SeriesInformation series
)
Managed Extensions for C++ 
public: void AddSeries( 
   StudyInformation* study,
   SeriesInformation* series
) 
C++/CLI 
public:
void AddSeries( 
   StudyInformation^ study,
   SeriesInformation^ series
) 

Parameters

study
Type: Leadtools.Medical.Workstation.StudyInformation The study to be displayed in the studies grid.
series
Type: Leadtools.Medical.Workstation.SeriesInformation The series to be displayed in the series grid.

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