AddOtherPatientIDsRow(OtherPatientIDsRow) Method

Summary

Adds a OtherPatientIDsRow object to the System.Data.DataTable.Rows collection.

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public void AddOtherPatientIDsRow( 
   OtherPatientIDsRow row 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Sub AddOtherPatientIDsRow( _ 
   ByVal row As OtherPatientIDsRow _ 
)  
[DebuggerNonUserCodeAttribute()] 
public: 
void AddOtherPatientIDsRow(  
   OtherPatientIDsRow^ row 
)  

Parameters

row
The OtherPatientIDsRow to be added.

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.Worklist.DataAccessLayer Assembly