←Select platform

AddOtherPatientNamesRow(PatientRow,string,string,string,string,string) Method

Summary

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

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public OtherPatientNamesRow AddOtherPatientNamesRow( 
   PatientRow parentPatientRowByFKPatientOtherPatientNames, 
   string FamilyName, 
   string GivenName, 
   string MiddleName, 
   string NamePrefix, 
   string NameSuffix 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddOtherPatientNamesRow( _ 
   ByVal parentPatientRowByFKPatientOtherPatientNames As Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.PatientRow, _ 
   ByVal FamilyName As String, _ 
   ByVal GivenName As String, _ 
   ByVal MiddleName As String, _ 
   ByVal NamePrefix As String, _ 
   ByVal NameSuffix As String _ 
) As Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.OtherPatientNamesRow 

Parameters

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

FamilyName
A System.String representing the Family Name.

GivenName
A System.String representing the Given Name.

MiddleName
A System.String representing the Middle Name.

NamePrefix
A System.String representing the Name Prefix.

NameSuffix
A System.String representing the Name Suffix.

Return Value

The CompositeInstanceDataSet.OtherPatientNamesRow 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