FindStudy Method

Summary

Returns the loaded study information for a given study.

Syntax
C#
VB
C++
public ListViewStudiesInformation FindStudy( 
   string studyInstanceUID 
) 
  
Public Function FindStudy( _ 
   ByVal studyInstanceUID As String _ 
) As ListViewStudiesInformation 
public: 
ListViewStudiesInformation^ FindStudy(  
   String^ studyInstanceUID 
)  

Parameters

studyInstanceUID
The Study Instance UID for the study to return the information for.

Return Value

A ListViewStudiesInformation containing the information for the requested study.

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.Workstation Assembly