C#
VB
C++
Adds study information into timeline associated with a host control.
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
)
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.
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