AddOtherPatientIDsRow(PatientRow,string) Method

Summary
Adds a new CompositeInstanceDataSet.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 parentPatientRowByFK_Patient_OtherPatientIDs, 
   string OtherPatientID 
) 
<DebuggerNonUserCodeAttribute(), 
   GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Public Function AddOtherPatientIDsRow( 
   ByVal parentPatientRowByFK_Patient_OtherPatientIDs As PatientRow, 
   ByVal OtherPatientID As String 
) As OtherPatientIDsRow 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   OtherPatientIDsRow^ AddOtherPatientIDsRow( 
      PatientRow^ parentPatientRowByFK_Patient_OtherPatientIDs, 
      String^ OtherPatientID 
   ) 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.