←Select platform

AddStudyViewer(string,string) Method

Summary

Adds a new StudiesViewer into the WorkstationViewer

Syntax

C#
VB
C++
public StudiesViewer AddStudyViewer( 
   string patientId, 
   string studyInstanceUID 
) 
  
Public Overloads Function AddStudyViewer( _ 
   ByVal patientId As String, _ 
   ByVal studyInstanceUID As String _ 
) As Leadtools.Medical.Workstation.Ui.StudiesViewer 
public: 
Leadtools.Medical.Workstation.Ui.StudiesViewer^ AddStudyViewer(  
   String^ patientId, 
   String^ studyInstanceUID 
)  

Parameters

patientId
The patient ID for the new viewer.

studyInstanceUID
The default Study Instance UID that will be created.

Return Value

The new StudiesViewer that has been 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