LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

IsSeriesExistsInTimeline Method

Show in webframe






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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.