←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly

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