CreateStudiesTimeline Method

Summary
Creates a view that contains a patient's series in a chronological order
Syntax
C#
C++/CLI
public:  
   StudiesChronologicalSequenceBuilder^ CreateStudiesTimeline( 
      String^ patientId, 
      Control^ host, 
      IStorageDataAccessAgent^ dataAccess, 
      bool showTimeline 
   ) 

Parameters

patientId
A System.String that represents the Patient ID which the timeline will be created for.

host
The System.Windows.Forms.Control which the timeline view will be added to.

dataAccess
A data access agent that provides methods for accessing DICOM Instance information to load the series information for the patient.

showTimeline
true to show the timeline view after being creating in the host control; false to hide it.

Return Value

A StudiesChronologicalSequenceBuilder object that is used to build the timeline.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.