LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AddStudyToTimeLine Method

Show in webframe






The System.Windows.Forms.Control which contains the timeline view.
A System.String that represents the Study Instance UID of the study to be added into the timeline.
Adds study information into timeline associated with a host control.
Syntax
public void AddStudyToTimeLine( 
   Control host,
   string studyInstanceUID
)
'Declaration
 
Public Sub AddStudyToTimeLine( _
   ByVal host As Control, _
   ByVal studyInstanceUID As String _
) 
'Usage
 
Dim instance As StudiesChronologicalTimelineManager
Dim host As Control
Dim studyInstanceUID As String
 
instance.AddStudyToTimeLine(host, studyInstanceUID)

            

            
public: void AddStudyToTimeLine( 
   Control* host,
   string* studyInstanceUID
) 
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

See Also

Reference

StudiesChronologicalTimelineManager Class
StudiesChronologicalTimelineManager Members

 

 


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