FindPatient Method

Summary
Finds the information about the specified patient.
Syntax
C#
VB
C++
protected virtual PatientRow FindPatient( 
   string patientID 
) 
  
Protected Overridable Function FindPatient( _ 
   ByVal patientID As String _ 
) As PatientRow 
protected: 
virtual PatientRow^ FindPatient(  
   String^ patientID 
)  

Parameters

patientID
The patient ID.

Return Value

The patient information if found; null 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.