LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

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
)
 function Leadtools.Medical.Workstation.StudiesChronologicalTimelineManager.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StudiesChronologicalTimelineManager Class
StudiesChronologicalTimelineManager Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.