←Select platform

FindByPatientID Method

Summary

Finds a PatientRow in the System.Data.DataTable.Rows collection by the Patient ID value.

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public PatientRow FindByPatientID( 
   string PatientID 
) 
<DebuggerNonUserCodeAttribute(), 
   GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Public Function FindByPatientID( 
   ByVal PatientID As String 
) As PatientRow 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   PatientRow^ FindByPatientID( 
      String^ PatientID 
   ) 

Parameters

PatientID

A System.String representing the Patient ID.

Return Value

The PatientRow that matches the given PatientID. It is null if no results are found.

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