C#
VB
C++
Loads all studies and series of a patient into the StudiesTimelineView.
public ListViewStudiesInformation[] FillPatientInformation(
string patientId
)
Public Function FillPatientInformation( _
ByVal patientId As String _
) As Leadtools.Medical.Workstation.ListViewStudiesInformation()
public:
Leadtools.Medical.Workstation.array<ListViewStudiesInformation^>^ FillPatientInformation(
String^ patientId
)
patientId
The patient ID which studies and series will be loaded.
An Array of ListViewStudiesInformation representing the information that are loaded into the StudiesTimelineView.
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