FindPatient Method

Summary
Retrieves the first and last name for the patient having the specified PatientID.
Syntax
C#
C++/CLI
public ControllerReturnCode FindPatient(  
   string patientID, 
   out string firstName, 
   out string lastName 
) 
public: 
ControllerReturnCode FindPatient(  
   String^ patientID, 
   [Out] String^ firstName, 
   [Out] String^ lastName 
)  

Parameters

patientID
The ID of the patient to be looked up

firstName
An output parameter to be filled with the Patient's first name

lastName
An output parameter to be filled with the Patient's last name

Requirements

Target Platforms

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

Leadtools.Medical.WebViewer.ExternalControl Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.