GetStudyViewer Method

Summary
Creates a new or returns an existent StudiesViewer.
Syntax
C#
VB
C++
public StudiesViewer GetStudyViewer( 
   string patientId, 
   string studyInstanceUID 
) 
  
Public Function GetStudyViewer( _ 
   ByVal patientId As String, _ 
   ByVal studyInstanceUID As String _ 
) As StudiesViewer 
public: 
StudiesViewer^ GetStudyViewer(  
   String^ patientId, 
   String^ studyInstanceUID 
)  

Parameters

patientId
Type: System.String The Patient ID for the study.

studyInstanceUID
Type: System.String The Study Instance UID for the study.

Return Value

Type: StudiesViewer A StudiesViewer.that is displayed for the provided study arguments.

Remarks

If a StudiesViewer control is displayed for the provided arguments that study will be returned. If no StudiesViewer control found for the provided argument, a new StudiesViewer control will be created and added into the WorkstationViewer.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly

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