Creates a view that contains a patient's series in a chronological order
public StudiesChronologicalSequenceBuilder CreateStudiesTimeline(
string patientId,
Control host,
IStorageDataAccessAgent dataAccess,
bool showTimeline
)
Public Function CreateStudiesTimeline( _
ByVal patientId As String, _
ByVal host As Control, _
ByVal dataAccess As Leadtools.Medical.Storage.Dataaccesslayer.IStorageDataAccessAgent, _
ByVal showTimeline As Boolean _
) As Leadtools.Medical.Workstation.StudiesChronologicalSequenceBuilder
public:
Leadtools.Medical.Workstation.StudiesChronologicalSequenceBuilder^ CreateStudiesTimeline(
String^ patientId,
Control^ host,
Leadtools.Medical.Storage.Dataaccesslayer.IStorageDataAccessAgent^ dataAccess,
bool showTimeline
)
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.
A StudiesChronologicalSequenceBuilder object that is used to build the timeline.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET