LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
FillPatientInformation Method
See Also 
Leadtools.Medical.Workstation Namespace > ImageListViewLoader Class : FillPatientInformation Method




patientId
The patient ID which studies and series will be loaded.
patientId
The patient ID which studies and series will be loaded.
Loads all studies and series of a patient into the StudiesTimelineView.

Syntax

Visual Basic (Declaration) 
Public Function FillPatientInformation( _
   ByVal patientId As String _
) As ListViewStudiesInformation()
Visual Basic (Usage)Copy Code
Dim instance As ImageListViewLoader
Dim patientId As String
Dim value() As ListViewStudiesInformation
 
value = instance.FillPatientInformation(patientId)
C# 
public ListViewStudiesInformation[] FillPatientInformation( 
   string patientId
)
Managed Extensions for C++ 
public: ListViewStudiesInformation*[]* FillPatientInformation( 
   string* patientId
) 
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also