←Select platform

GetStudyRow Method

Summary

Returns a System.Data.DataRow in the Study Table for the study that this series belongs to

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

Parameters

seriesRow

a series System.Data.DataRow in the Series Table

Return Value

a System.Data.DataRow in the Study Table for the study that this series belongs to

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.