←Select platform

GetStudyViewerCaption Method

Summary

Returns the caption text that is displayed for a new StudiesViewer.

Syntax

C#
VB
C++
protected virtual string GetStudyViewerCaption( 
   string patientId, 
   string studyInstanceUID 
) 
  
Protected Overridable Function GetStudyViewerCaption( _ 
   ByVal patientId As String, _ 
   ByVal studyInstanceUID As String _ 
) As String 
protected: 
virtual String^ GetStudyViewerCaption(  
   String^ patientId, 
   String^ studyInstanceUID 
)  

Parameters

patientId
The Patient ID for the patient loaded into the new StudiesViewer

studyInstanceUID
The Study Instance UID for the patient loaded into the new StudiesViewer

Return Value

The caption text that is displayed for a new StudiesViewer.

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