AddStudyToTimeLine Method

Summary
Adds study information into timeline associated with a host control.
Syntax
C#
VB
C++
public void AddStudyToTimeLine( 
   Control host, 
   string studyInstanceUID 
) 
  
Public Sub AddStudyToTimeLine( _ 
   ByVal host As Control, _ 
   ByVal studyInstanceUID As String _ 
)  
public: 
void AddStudyToTimeLine(  
   Control^ host, 
   String^ studyInstanceUID 
)  

Parameters

host
The System.Windows.Forms.Control which contains the timeline view.

studyInstanceUID
A System.String that represents the Study Instance UID of the study to be added into the timeline.

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.