←Select platform

AddOtherPatientIDsRow(PatientRow,string) Method (OtherPatientIDsDataTable)

Summary

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

Syntax

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

Parameters

parentPatientRowByFKPatientOtherPatientIDs

Type: PatientRow. The parent Patient Row.

OtherPatientID

A System.String representing the Other Patient ID.

Return Value

The OtherPatientIDsRow which is added to the System.Data.DataTable.Rows collection.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Storage.DataAccessLayer Assembly
Click or drag to resize