←Select platform

IsPatientsExists Method

Summary

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

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

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

Leadtools.Medical.Storage.DataAccessLayer Assembly