←Select platform

IsPatientsExists Method

Summary

Returns whether a patient information exists for the given Patient ID.

Syntax
C#
VB
C++
public virtual bool IsPatientsExists( 
   string patientID 
) 
Public Overridable Function IsPatientsExists( 
   ByVal patientID As String 
) As Boolean 
public:  
   virtual bool IsPatientsExists( 
      String^ patientID 
   ) 

Parameters

patientID

Type: System.String

The Patient ID used to look for the patient information.

Return Value

True if patient information found for the provided patientID; Otherwise, 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.Storage.DataAccessLayer Assembly

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