FillPatientInformation Method

Summary

Loads all studies and series of a patient into the StudiesTimelineView.

Syntax
C#
VB
C++
public ListViewStudiesInformation[] FillPatientInformation( 
   string patientId 
) 
  
Public Function FillPatientInformation( _ 
   ByVal patientId As String _ 
) As ListViewStudiesInformation() 
public: 
array<ListViewStudiesInformation^>^ FillPatientInformation(  
   String^ patientId 
)  

Parameters

patientId
The patient ID which studies and series will be loaded.

Return Value

An Array of ListViewStudiesInformation representing the information that are loaded into the StudiesTimelineView.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly