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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly