←Select platform

Name Method

Summary

Returns 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 MustOverride Function Name( 
   ByVal row As System.Data.DataRow 
) As PersonNameComponent 
public:  
   virtual PersonNameComponent^ Name( 
      System::Data::DataRow^ row 
   ) abstract 

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, refer to LEAD Medical Storage Server Custom Database.

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