←Select platform

FindPatient Method

Summary

Retrieves the first and last name for the patient having the specified PatientID.

Syntax

C#
VB
C++
public Leadtools.Medical.Webviewer.Externalcontrol.ControllerReturnCode FindPatient(  
   string patientID, 
   out string firstName, 
   out string lastName 
) 
  
Public Function FindPatient( _ 
   ByVal patientID As String, _ 
   ByRef firstName As String, _ 
   ByRef lastName As String _ 
) As Leadtools.Medical.Webviewer.Externalcontrol.ControllerReturnCode 
public: 
Leadtools.Medical.Webviewer.Externalcontrol.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly