←Select platform

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 Leadtools.Medical.Workstation.Ui.StudiesViewer 
public: 
Leadtools.Medical.Workstation.Ui.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly