←Select platform

GetPatientRow Method

Summary

Returns a System.Data.DataRow in the Patient Table for the patient that this study belongs to

Syntax
C#
VB
C++
public DataRow GetPatientRow( 
   DataRow studyRow 
) 
Public MustOverride Function GetPatientRow( 
   ByVal studyRow As System.Data.DataRow 
) As System.Data.DataRow 
public:  
   virtual System::Data::DataRow^ GetPatientRow( 
      System::Data::DataRow^ studyRow 
   ) abstract 

Parameters

studyRow

a study System.Data.DataRow in the Study Table

Return Value

a System.Data.DataRow in the Patient Table for the patient that this study belongs to

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly