LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

GetStudyViewerCaption Method

Show in webframe






The Patient ID for the patient loaded into the new StudiesViewer
The Study Instance UID for the patient loaded into the new StudiesViewer
Returns the caption text that is displayed for a new StudiesViewer.
Syntax
protected virtual string GetStudyViewerCaption( 
   string patientId,
   string studyInstanceUID
)
'Declaration
 
Protected Overridable Function GetStudyViewerCaption( _
   ByVal patientId As String, _
   ByVal studyInstanceUID As String _
) As String
'Usage
 
Dim instance As WorkstationViewer
Dim patientId As String
Dim studyInstanceUID As String
Dim value As String
 
value = instance.GetStudyViewerCaption(patientId, studyInstanceUID)

            

            
protected: virtual string* GetStudyViewerCaption( 
   string* patientId,
   string* studyInstanceUID
) 
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

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.