←Select platform

ReferringPhysiciansName Method

Summary

A default implementation that returns the Referring Physicians Name that is stored in a System.Data.DataRow of the Study Table.

Syntax

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

Parameters

row

a System.Data.DataRow of the Study Table

Return Value

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

Remarks

For more information, see ReferringPhysiciansName

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