PatientExists Method

Summary
Checks to see whether the specified patient ID exists.
Syntax
C#
VB
C++
protected virtual bool PatientExists( 
   string patientID 
) 
  
Protected Overridable Function PatientExists( _ 
   ByVal patientID As String _ 
) As Boolean 
protected: 
virtual bool PatientExists(  
   String^ patientID 
)  

Parameters

patientID
The patient ID.

Return Value

true if the patient ID exists; false otherwise.

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.Dicom.Scp Assembly

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