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