←Select platform

Name Method

Summary

A default implementation that eturns the Person Name that is stored in a System.Data.DataRow of the Patient Table.

Syntax

C#
VB
C++
public PersonNameComponent Name( 
   DataRow row 
) 
Public Function Name( 
   ByVal row As System.Data.DataRow 
) As PersonNameComponent 
public:  
   PersonNameComponent^ Name( 
      System::Data::DataRow^ row 
   ) 

Parameters

row

a System.Data.DataRow of the Patient Table

Return Value

the Person Name that is stored in a System.Data.DataRow of the Patient Table.

Remarks

For more information, see Name

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