←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly