LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

CreateStudiesTimeline Method







A System.String that represents the Patient ID which the timeline will be created for.
The System.Windows.Forms.Control which the timeline view will be added to.
A data access agent that provides methods for accessing DICOM Instance information to load the series information for the patient.
true to show the timeline view after being creating in the host control; false to hide it.
Creates a view that contains a patient's series in a chronological order
Syntax
'Declaration
 
Public Function CreateStudiesTimeline( _
   ByVal patientId As String, _
   ByVal host As Control, _
   ByVal dataAccess As IStorageDataAccessAgent, _
   ByVal showTimeline As Boolean _
) As StudiesChronologicalSequenceBuilder
'Usage
 
Dim instance As StudiesChronologicalTimelineManager
Dim patientId As String
Dim host As Control
Dim dataAccess As IStorageDataAccessAgent
Dim showTimeline As Boolean
Dim value As StudiesChronologicalSequenceBuilder
 
value = instance.CreateStudiesTimeline(patientId, host, dataAccess, showTimeline)
 function Leadtools.Medical.Workstation.StudiesChronologicalTimelineManager.CreateStudiesTimeline( 
   patientId ,
   host ,
   dataAccess ,
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StudiesChronologicalTimelineManager Class
StudiesChronologicalTimelineManager Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.