Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

IsSeriesExistsInTimeline Method







The System.Windows.Forms.Control that hosts the timeline view.
A System.String that represents the Series Instance UID of the series.
Gets a value that determines whether the series exists in the timeline hosted by the provided control.
Syntax
public bool IsSeriesExistsInTimeline( 
   Control host,
   string seriesInstanceUID
)
'Declaration
 
Public Function IsSeriesExistsInTimeline( _
   ByVal host As Control, _
   ByVal seriesInstanceUID As String _
) As Boolean
'Usage
 
Dim instance As StudiesChronologicalTimelineManager
Dim host As Control
Dim seriesInstanceUID As String
Dim value As Boolean
 
value = instance.IsSeriesExistsInTimeline(host, seriesInstanceUID)

            

            
public: bool IsSeriesExistsInTimeline( 
   Control* host,
   string* seriesInstanceUID
) 
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

See Also

Reference

StudiesChronologicalTimelineManager Class
StudiesChronologicalTimelineManager Members

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features