←Select platform

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 Leadtools.Medical.Workstation.ListViewStudiesInformation() 
public: 
Leadtools.Medical.Workstation.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly