←Select platform

FindByStudyInstanceUID Method (StudyDataTable)

Summary

Finds a StudyRow in the System.Data.DataTable.Rows collection by the Study Instance UID value.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public StudyRow FindByStudyInstanceUID( 
   string StudyInstanceUID 
) 
<DebuggerNonUserCodeAttribute(), 
   GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Public Function FindByStudyInstanceUID( 
   ByVal StudyInstanceUID As String 
) As StudyRow 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   StudyRow^ FindByStudyInstanceUID( 
      String^ StudyInstanceUID 
   ) 

Parameters

StudyInstanceUID

A System.String the Study Instance UID.

Return Value

The StudyRow that matches the given StudyInstanceUID. NULL if no result found.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Storage.DataAccessLayer Assembly
Click or drag to resize