IsSeriesExistsInTimeline Method

Summary
Gets a value that determines whether the series exists in the timeline hosted by the provided control.
Syntax
C#
VB
C++
public bool IsSeriesExistsInTimeline( 
   Control host, 
   string seriesInstanceUID 
) 
  
Public Function IsSeriesExistsInTimeline( _ 
   ByVal host As Control, _ 
   ByVal seriesInstanceUID As String _ 
) As Boolean 
public: 
bool IsSeriesExistsInTimeline(  
   Control^ host, 
   String^ seriesInstanceUID 
)  

Parameters

host
The System.Windows.Forms.Control that hosts the timeline view.

seriesInstanceUID
A System.String that represents the Series Instance UID of the series.

Return Value

true if the series exists in the timeline; otherwise, false.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.