←Select platform

PatientAvailable Method

Summary

Queries if the patient specified by patientID exists.

Syntax
C#
VB
C++
public ControllerReturnCode PatientAvailable( 
   string patientId 
) 
Public Function PatientAvailable( 
   ByVal patientId As String 
) As ControllerReturnCode 
public:  
   ControllerReturnCode^ PatientAvailable( 
      String^ patientId 
   ) 

Parameters

patientId

The patient ID of the patient.

Return Value

Returns true if the patient exists, otherwise, it returns false.

Requirements

Target Platforms

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

Leadtools.Medical.WebViewer.ExternalControl Assembly