LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

FillPatientInformation Method

Show in webframe






The patient ID which studies and series will be loaded.
Loads all studies and series of a patient into the StudiesTimelineView.
Syntax
public ListViewStudiesInformation[] FillPatientInformation( 
   string patientId
)
'Declaration
 
Public Function FillPatientInformation( _
   ByVal patientId As String _
) As ListViewStudiesInformation()
'Usage
 
Dim instance As ImageListViewLoader
Dim patientId As String
Dim value() As ListViewStudiesInformation
 
value = instance.FillPatientInformation(patientId)

            

            
public: ListViewStudiesInformation*[]* FillPatientInformation( 
   string* patientId
) 
public:
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

See Also

Reference

ImageListViewLoader Class
ImageListViewLoader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.