←Select platform

AddOtherPatientIDsRow(PatientRow,string) Method

Summary

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

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public OtherPatientIDsRow AddOtherPatientIDsRow( 
   PatientRow parentPatientRowByFKPatientOtherPatientIDs, 
   string OtherPatientID 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddOtherPatientIDsRow( _ 
   ByVal parentPatientRowByFKPatientOtherPatientIDs As Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.PatientRow, _ 
   ByVal OtherPatientID As String _ 
) As Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.OtherPatientIDsRow 

Parameters

parentPatientRowByFK_Patient_OtherPatientIDs
Type: CompositeInstanceDataSet.PatientRow. The parent Patient Row.

OtherPatientID
A System.String representing the Other Patient ID.

Return Value

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

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly