←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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly